#[repr(C)]pub struct _ICapeRegistryKeyWriter {
pub me: *mut c_void,
pub vTbl: *mut ICapeRegistryKeyWriter_VTable,
}Fields§
§me: *mut c_void!<object pointer
vTbl: *mut ICapeRegistryKeyWriter_VTable!<function pointer table
Trait Implementations§
Source§impl Clone for _ICapeRegistryKeyWriter
impl Clone for _ICapeRegistryKeyWriter
Source§fn clone(&self) -> _ICapeRegistryKeyWriter
fn clone(&self) -> _ICapeRegistryKeyWriter
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 moreSource§impl Debug for _ICapeRegistryKeyWriter
impl Debug for _ICapeRegistryKeyWriter
impl Copy for _ICapeRegistryKeyWriter
Auto Trait Implementations§
impl Freeze for _ICapeRegistryKeyWriter
impl RefUnwindSafe for _ICapeRegistryKeyWriter
impl !Send for _ICapeRegistryKeyWriter
impl !Sync for _ICapeRegistryKeyWriter
impl Unpin for _ICapeRegistryKeyWriter
impl UnwindSafe for _ICapeRegistryKeyWriter
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