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