#[repr(C)]pub union CSTL_UTF8StringUnion {
pub buf: [char8_t; 16],
pub ptr: *mut char8_t,
}Fields§
§buf: [char8_t; 16]§ptr: *mut char8_tTrait Implementations§
Source§impl Clone for CSTL_UTF8StringUnion
impl Clone for CSTL_UTF8StringUnion
Source§fn clone(&self) -> CSTL_UTF8StringUnion
fn clone(&self) -> CSTL_UTF8StringUnion
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 CSTL_UTF8StringUnion
Auto Trait Implementations§
impl Freeze for CSTL_UTF8StringUnion
impl RefUnwindSafe for CSTL_UTF8StringUnion
impl !Send for CSTL_UTF8StringUnion
impl !Sync for CSTL_UTF8StringUnion
impl Unpin for CSTL_UTF8StringUnion
impl UnwindSafe for CSTL_UTF8StringUnion
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