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