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