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§fn eq(&self, other: &FreeListBin) -> bool
fn eq(&self, other: &FreeListBin) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for FreeListBin
impl PartialOrd for FreeListBin
source§fn partial_cmp(&self, other: &FreeListBin) -> Option<Ordering>
fn partial_cmp(&self, other: &FreeListBin) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl 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> 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