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