#[repr(C)]pub struct short1 {
pub x: i16,
}Fields§
§x: i16Trait Implementations§
source§impl Ord for short1
impl Ord for short1
source§impl PartialEq<short1> for short1
impl PartialEq<short1> for short1
source§impl PartialOrd<short1> for short1
impl PartialOrd<short1> for short1
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 short1
impl Eq for short1
impl StructuralEq for short1
impl StructuralPartialEq for short1
Auto Trait Implementations§
impl RefUnwindSafe for short1
impl Send for short1
impl Sync for short1
impl Unpin for short1
impl UnwindSafe for short1
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