Union XPS_COLOR_0
#[repr(C)]
pub union XPS_COLOR_0 {
pub sRGB: XPS_COLOR_0_0,
pub scRGB: XPS_COLOR_0_1,
pub context: XPS_COLOR_0_2,
}
Fields§
§sRGB: XPS_COLOR_0_0
§scRGB: XPS_COLOR_0_1
§context: XPS_COLOR_0_2
Trait Implementations§
§impl Clone for XPS_COLOR_0
impl Clone for XPS_COLOR_0
§fn clone(&self) -> XPS_COLOR_0
fn clone(&self) -> XPS_COLOR_0
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 moreimpl Copy for XPS_COLOR_0
Auto Trait Implementations§
impl Freeze for XPS_COLOR_0
impl RefUnwindSafe for XPS_COLOR_0
impl Send for XPS_COLOR_0
impl Sync for XPS_COLOR_0
impl Unpin for XPS_COLOR_0
impl UnwindSafe for XPS_COLOR_0
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