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