#[repr(transparent)]pub struct c_short(pub c_short);
Expand description
Newtype wrapper for an short
Tuple Fields§
§0: c_short
Trait Implementations§
Source§impl ExternType for c_short
§Safety
We assert that the namespace and type ID refer to a C++
type which is equivalent to this Rust type.
impl ExternType for c_short
§Safety
We assert that the namespace and type ID refer to a C++ type which is equivalent to this Rust type.
impl Copy for c_short
impl Eq for c_short
impl StructuralPartialEq for c_short
Auto Trait Implementations§
impl Freeze for c_short
impl RefUnwindSafe for c_short
impl Send for c_short
impl Sync for c_short
impl Unpin for c_short
impl UnwindSafe for c_short
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