pub struct TargetDataLayout {
pub endian: Option<Endian>,
pub mangling: Option<Mangling>,
pub integer_alignment: Option<IntegerAlignment>,
pub float_alignment: Option<FloatAlignment>,
pub native_integer_width: Option<NativeIntegerWidth>,
}
Fields§
§endian: Option<Endian>
§mangling: Option<Mangling>
§integer_alignment: Option<IntegerAlignment>
§float_alignment: Option<FloatAlignment>
§native_integer_width: Option<NativeIntegerWidth>
Trait Implementations§
Source§impl Debug for TargetDataLayout
impl Debug for TargetDataLayout
Source§impl Display for TargetDataLayout
impl Display for TargetDataLayout
Source§impl Ord for TargetDataLayout
impl Ord for TargetDataLayout
Source§fn cmp(&self, other: &TargetDataLayout) -> Ordering
fn cmp(&self, other: &TargetDataLayout) -> 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 TargetDataLayout
impl PartialEq for TargetDataLayout
Source§impl PartialOrd for TargetDataLayout
impl PartialOrd for TargetDataLayout
impl Eq for TargetDataLayout
impl StructuralPartialEq for TargetDataLayout
Auto Trait Implementations§
impl Freeze for TargetDataLayout
impl RefUnwindSafe for TargetDataLayout
impl Send for TargetDataLayout
impl Sync for TargetDataLayout
impl Unpin for TargetDataLayout
impl UnwindSafe for TargetDataLayout
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