#[repr(C)]pub struct HDDEDATA__ {
pub unused: c_int,
}
Fields§
§unused: c_int
Trait Implementations§
Source§impl Clone for HDDEDATA__
impl Clone for HDDEDATA__
Source§fn clone(&self) -> HDDEDATA__
fn clone(&self) -> HDDEDATA__
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 HDDEDATA__
impl Debug for HDDEDATA__
Source§impl Ord for HDDEDATA__
impl Ord for HDDEDATA__
Source§fn cmp(&self, other: &HDDEDATA__) -> Ordering
fn cmp(&self, other: &HDDEDATA__) -> 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 HDDEDATA__
impl PartialEq for HDDEDATA__
Source§impl PartialOrd for HDDEDATA__
impl PartialOrd for HDDEDATA__
impl Copy for HDDEDATA__
impl Eq for HDDEDATA__
impl StructuralPartialEq for HDDEDATA__
Auto Trait Implementations§
impl Freeze for HDDEDATA__
impl RefUnwindSafe for HDDEDATA__
impl Send for HDDEDATA__
impl Sync for HDDEDATA__
impl Unpin for HDDEDATA__
impl UnwindSafe for HDDEDATA__
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