pub enum FloatAlignmentSize {
FLOAT,
DOUBLE,
LONGDOUBLE80,
LONGDOUBLE128,
}
Variants§
Trait Implementations§
Source§impl Debug for FloatAlignmentSize
impl Debug for FloatAlignmentSize
Source§impl Display for FloatAlignmentSize
impl Display for FloatAlignmentSize
Source§impl Ord for FloatAlignmentSize
impl Ord for FloatAlignmentSize
Source§fn cmp(&self, other: &FloatAlignmentSize) -> Ordering
fn cmp(&self, other: &FloatAlignmentSize) -> 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 FloatAlignmentSize
impl PartialEq for FloatAlignmentSize
Source§impl PartialOrd for FloatAlignmentSize
impl PartialOrd for FloatAlignmentSize
impl Eq for FloatAlignmentSize
impl StructuralPartialEq for FloatAlignmentSize
Auto Trait Implementations§
impl Freeze for FloatAlignmentSize
impl RefUnwindSafe for FloatAlignmentSize
impl Send for FloatAlignmentSize
impl Sync for FloatAlignmentSize
impl Unpin for FloatAlignmentSize
impl UnwindSafe for FloatAlignmentSize
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