#[repr(transparent)]pub struct PsClrkeylow(pub u32);Expand description
PS Color Key Low
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for PsClrkeylow
impl Clone for PsClrkeylow
Source§fn clone(&self) -> PsClrkeylow
fn clone(&self) -> PsClrkeylow
Returns a duplicate 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 PsClrkeylow
impl Debug for PsClrkeylow
Source§impl Default for PsClrkeylow
impl Default for PsClrkeylow
Source§fn default() -> PsClrkeylow
fn default() -> PsClrkeylow
Returns the “default value” for a type. Read more
Source§impl PartialEq for PsClrkeylow
impl PartialEq for PsClrkeylow
impl Copy for PsClrkeylow
impl Eq for PsClrkeylow
impl StructuralPartialEq for PsClrkeylow
Auto Trait Implementations§
impl Freeze for PsClrkeylow
impl RefUnwindSafe for PsClrkeylow
impl Send for PsClrkeylow
impl Sync for PsClrkeylow
impl Unpin for PsClrkeylow
impl UnwindSafe for PsClrkeylow
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