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