#[repr(C)]pub union _MLUnicodeContainer__pointer {
pub ucs2: *mut c_ushort,
pub utf8: *mut c_uchar,
pub utf16: *mut c_ushort,
pub utf32: *mut c_uint,
}Fields§
§ucs2: *mut c_ushort§utf8: *mut c_uchar§utf16: *mut c_ushort§utf32: *mut c_uintTrait Implementations§
Source§impl Clone for _MLUnicodeContainer__pointer
impl Clone for _MLUnicodeContainer__pointer
Source§fn clone(&self) -> _MLUnicodeContainer__pointer
fn clone(&self) -> _MLUnicodeContainer__pointer
Returns a duplicate 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 _MLUnicodeContainer__pointer
Auto Trait Implementations§
impl Freeze for _MLUnicodeContainer__pointer
impl RefUnwindSafe for _MLUnicodeContainer__pointer
impl !Send for _MLUnicodeContainer__pointer
impl !Sync for _MLUnicodeContainer__pointer
impl Unpin for _MLUnicodeContainer__pointer
impl UnwindSafe for _MLUnicodeContainer__pointer
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