#[repr(transparent)]pub struct c_ushort(pub c_ushort);Expand description
CFI type equivalent to Rust’s core::ffi::c_ushort type alias.
Tuple Fields§
§0: c_ushortTrait Implementations§
Source§impl Ord for c_ushort
impl Ord for c_ushort
Source§impl PartialOrd for c_ushort
impl PartialOrd for c_ushort
impl Copy for c_ushort
impl Eq for c_ushort
impl StructuralPartialEq for c_ushort
Auto Trait Implementations§
impl Freeze for c_ushort
impl RefUnwindSafe for c_ushort
impl Send for c_ushort
impl Sync for c_ushort
impl Unpin for c_ushort
impl UnwindSafe for c_ushort
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