pub struct LayerSize(/* private fields */);Expand description
Layer size in bytes.
Implementations§
Trait Implementations§
Source§impl Ord for LayerSize
impl Ord for LayerSize
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for LayerSize
impl PartialOrd for LayerSize
impl Copy for LayerSize
impl Eq for LayerSize
impl StructuralPartialEq for LayerSize
Auto Trait Implementations§
impl Freeze for LayerSize
impl RefUnwindSafe for LayerSize
impl Send for LayerSize
impl Sync for LayerSize
impl Unpin for LayerSize
impl UnsafeUnpin for LayerSize
impl UnwindSafe for LayerSize
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