Struct MI_ConstChar16A
#[repr(C)]pub struct MI_ConstChar16A {
pub data: *const u16,
pub size: u32,
}
Fields§
§data: *const u16
§size: u32
Trait Implementations§
§impl Clone for MI_ConstChar16A
impl Clone for MI_ConstChar16A
§fn clone(&self) -> MI_ConstChar16A
fn clone(&self) -> MI_ConstChar16A
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for MI_ConstChar16A
Auto Trait Implementations§
impl Freeze for MI_ConstChar16A
impl RefUnwindSafe for MI_ConstChar16A
impl !Send for MI_ConstChar16A
impl !Sync for MI_ConstChar16A
impl Unpin for MI_ConstChar16A
impl UnwindSafe for MI_ConstChar16A
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