pub struct FloatAlignment {
pub size: FloatAlignmentSize,
pub abi: i32,
pub pref: Option<i32>,
}
Fields§
§size: FloatAlignmentSize
§abi: i32
§pref: Option<i32>
Trait Implementations§
Source§impl Debug for FloatAlignment
impl Debug for FloatAlignment
Source§impl Display for FloatAlignment
impl Display for FloatAlignment
Source§impl Ord for FloatAlignment
impl Ord for FloatAlignment
Source§fn cmp(&self, other: &FloatAlignment) -> Ordering
fn cmp(&self, other: &FloatAlignment) -> 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 FloatAlignment
impl PartialEq for FloatAlignment
Source§impl PartialOrd for FloatAlignment
impl PartialOrd for FloatAlignment
impl Eq for FloatAlignment
impl StructuralPartialEq for FloatAlignment
Auto Trait Implementations§
impl Freeze for FloatAlignment
impl RefUnwindSafe for FloatAlignment
impl Send for FloatAlignment
impl Sync for FloatAlignment
impl Unpin for FloatAlignment
impl UnwindSafe for FloatAlignment
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