Struct skia_safe::FourByteTag
source · #[repr(transparent)]pub struct FourByteTag(_);
Implementations§
Methods from Deref<Target = u32>§
pub const MIN: u32 = 0u32
pub const MAX: u32 = 4_294_967_295u32
pub const BITS: u32 = 32u32
Trait Implementations§
source§impl Clone for FourByteTag
impl Clone for FourByteTag
source§fn clone(&self) -> FourByteTag
fn clone(&self) -> FourByteTag
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 moresource§impl Debug for FourByteTag
impl Debug for FourByteTag
source§impl Default for FourByteTag
impl Default for FourByteTag
source§fn default() -> FourByteTag
fn default() -> FourByteTag
Returns the “default value” for a type. Read more
source§impl Deref for FourByteTag
impl Deref for FourByteTag
source§impl From<u32> for FourByteTag
impl From<u32> for FourByteTag
source§impl Hash for FourByteTag
impl Hash for FourByteTag
source§impl PartialEq<FourByteTag> for FourByteTag
impl PartialEq<FourByteTag> for FourByteTag
source§fn eq(&self, other: &FourByteTag) -> bool
fn eq(&self, other: &FourByteTag) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FourByteTag
impl Eq for FourByteTag
impl StructuralEq for FourByteTag
impl StructuralPartialEq for FourByteTag
Auto Trait Implementations§
impl RefUnwindSafe for FourByteTag
impl Send for FourByteTag
impl Sync for FourByteTag
impl Unpin for FourByteTag
impl UnwindSafe for FourByteTag
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