#[repr(C)]pub struct OS_STRING_u(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for OS_STRING_u
impl Clone for OS_STRING_u
Source§fn clone(&self) -> OS_STRING_u
fn clone(&self) -> OS_STRING_u
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 moreSource§impl Default for OS_STRING_u
impl Default for OS_STRING_u
Source§fn default() -> OS_STRING_u
fn default() -> OS_STRING_u
Returns the “default value” for a type. Read more
impl Copy for OS_STRING_u
Auto Trait Implementations§
impl Freeze for OS_STRING_u
impl RefUnwindSafe for OS_STRING_u
impl Send for OS_STRING_u
impl Sync for OS_STRING_u
impl Unpin for OS_STRING_u
impl UnwindSafe for OS_STRING_u
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