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