Struct goxlr_profile_loader::components::hardtune::HardtuneEffect
source · [−]pub struct HardtuneEffect { /* private fields */ }
Implementations
sourceimpl HardtuneEffect
impl HardtuneEffect
pub fn new() -> Self
pub fn state(&self) -> bool
pub fn set_state(&mut self, state: bool)
pub fn style(&self) -> &HardtuneStyle
pub fn keysource(&self) -> u8
pub fn amount(&self) -> u8
pub fn window(&self) -> u8
pub fn rate(&self) -> u8
pub fn scale(&self) -> u8
pub fn pitch_amt(&self) -> u8
pub fn source(&self) -> &Option<HardtuneSource>
pub fn get_source(&self) -> HardtuneSource
Trait Implementations
sourceimpl Debug for HardtuneEffect
impl Debug for HardtuneEffect
sourceimpl Default for HardtuneEffect
impl Default for HardtuneEffect
sourcefn default() -> HardtuneEffect
fn default() -> HardtuneEffect
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for HardtuneEffect
impl Send for HardtuneEffect
impl Sync for HardtuneEffect
impl Unpin for HardtuneEffect
impl UnwindSafe for HardtuneEffect
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more