#[repr(C, packed(1))]pub struct HMIDISTRM__ {
pub unused: c_int,
}Fields§
§unused: c_intTrait Implementations§
Source§impl Clone for HMIDISTRM__
impl Clone for HMIDISTRM__
Source§fn clone(&self) -> HMIDISTRM__
fn clone(&self) -> HMIDISTRM__
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HMIDISTRM__
impl Debug for HMIDISTRM__
impl Copy 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