#[repr(C)]pub struct int1 {
pub x: i32,
}Fields§
§x: i32Trait Implementations§
source§impl Ord for int1
impl Ord for int1
source§impl PartialEq<int1> for int1
impl PartialEq<int1> for int1
source§impl PartialOrd<int1> for int1
impl PartialOrd<int1> for int1
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for int1
impl Eq for int1
impl StructuralEq for int1
impl StructuralPartialEq for int1
Auto Trait Implementations§
impl RefUnwindSafe for int1
impl Send for int1
impl Sync for int1
impl Unpin for int1
impl UnwindSafe for int1
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