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