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