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