#[repr(transparent)]pub struct FMOD_BOOL(pub c_int);Tuple Fields§
§0: c_intImplementations§
Trait Implementations§
impl Copy for FMOD_BOOL
impl Eq for FMOD_BOOL
impl StructuralPartialEq for FMOD_BOOL
Auto Trait Implementations§
impl Freeze for FMOD_BOOL
impl RefUnwindSafe for FMOD_BOOL
impl Send for FMOD_BOOL
impl Sync for FMOD_BOOL
impl Unpin for FMOD_BOOL
impl UnwindSafe for FMOD_BOOL
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