Struct webrender::texture_pack::guillotine::FreeListBin
source · struct FreeListBin(u8);
Tuple Fields§
§0: u8
Implementations§
source§impl FreeListBin
impl FreeListBin
fn for_size(size: &DeviceIntSize) -> Self
Trait Implementations§
source§impl Clone for FreeListBin
impl Clone for FreeListBin
source§fn clone(&self) -> FreeListBin
fn clone(&self) -> FreeListBin
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 FreeListBin
impl Debug for FreeListBin
source§impl PartialEq for FreeListBin
impl PartialEq for FreeListBin
source§impl PartialOrd for FreeListBin
impl PartialOrd for FreeListBin
impl Copy for FreeListBin
impl StructuralPartialEq for FreeListBin
Auto Trait Implementations§
impl Freeze for FreeListBin
impl RefUnwindSafe for FreeListBin
impl Send for FreeListBin
impl Sync for FreeListBin
impl Unpin for FreeListBin
impl UnwindSafe for FreeListBin
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more