#[repr(C)]pub struct short1 {
pub x: c_short,
}
Fields§
§x: c_short
Trait Implementations§
Auto Trait Implementations§
impl Freeze for short1
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