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