pub struct ClassLayout(/* private fields */);Trait Implementations§
Source§impl Clone for ClassLayout
impl Clone for ClassLayout
Source§fn clone(&self) -> ClassLayout
fn clone(&self) -> ClassLayout
Returns a duplicate 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 ClassLayout
impl Debug for ClassLayout
Source§impl Default for ClassLayout
impl Default for ClassLayout
Source§fn default() -> ClassLayout
fn default() -> ClassLayout
Returns the “default value” for a type. Read more
Source§impl Hash for ClassLayout
impl Hash for ClassLayout
Source§impl Ord for ClassLayout
impl Ord for ClassLayout
Source§fn cmp(&self, other: &ClassLayout) -> Ordering
fn cmp(&self, other: &ClassLayout) -> Ordering
1.21.0 · 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 PartialEq for ClassLayout
impl PartialEq for ClassLayout
Source§impl PartialOrd for ClassLayout
impl PartialOrd for ClassLayout
impl Copy for ClassLayout
impl Eq for ClassLayout
impl StructuralPartialEq for ClassLayout
Auto Trait Implementations§
impl Freeze for ClassLayout
impl RefUnwindSafe for ClassLayout
impl Send for ClassLayout
impl Sync for ClassLayout
impl Unpin for ClassLayout
impl UnwindSafe for ClassLayout
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