#[repr(transparent)]pub struct LFOType(pub c_int);Tuple Fields§
§0: c_intImplementations§
Trait Implementations§
impl Copy for LFOType
impl Eq for LFOType
impl StructuralPartialEq for LFOType
Auto Trait Implementations§
impl Freeze for LFOType
impl RefUnwindSafe for LFOType
impl Send for LFOType
impl Sync for LFOType
impl Unpin for LFOType
impl UnwindSafe for LFOType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more