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