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