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