#[repr(C, packed(1))]pub struct HMIDISTRM__ {
pub unused: c_int,
}
Fields§
§unused: c_int
Trait Implementations§
Source§impl Clone for HMIDISTRM__
impl Clone for HMIDISTRM__
Source§fn clone(&self) -> HMIDISTRM__
fn clone(&self) -> HMIDISTRM__
Returns a copy 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__
Source§impl Ord for HMIDISTRM__
impl Ord for HMIDISTRM__
Source§fn cmp(&self, other: &HMIDISTRM__) -> Ordering
fn cmp(&self, other: &HMIDISTRM__) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for HMIDISTRM__
impl PartialEq for HMIDISTRM__
Source§impl PartialOrd for HMIDISTRM__
impl PartialOrd for HMIDISTRM__
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