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