Struct HMIXEROBJ
#[repr(transparent)]pub struct HMIXEROBJ(pub *mut c_void);
Tuple Fields§
§0: *mut c_void
Implementations§
§impl HMIXEROBJ
impl HMIXEROBJ
pub fn is_invalid(&self) -> bool
Trait Implementations§
impl Copy for HMIXEROBJ
impl Eq for HMIXEROBJ
impl StructuralPartialEq for HMIXEROBJ
Auto Trait Implementations§
impl Freeze for HMIXEROBJ
impl RefUnwindSafe for HMIXEROBJ
impl !Send for HMIXEROBJ
impl !Sync for HMIXEROBJ
impl Unpin for HMIXEROBJ
impl UnwindSafe for HMIXEROBJ
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