#[repr(C)]pub struct tagCLEANLOCALSTORAGE {
pub pInterface: *mut IUnknown,
pub pStorage: PVOID,
pub flags: DWORD,
}Fields§
§pInterface: *mut IUnknown§pStorage: PVOID§flags: DWORDTrait Implementations§
Source§impl Clone for tagCLEANLOCALSTORAGE
impl Clone for tagCLEANLOCALSTORAGE
Source§fn clone(&self) -> tagCLEANLOCALSTORAGE
fn clone(&self) -> tagCLEANLOCALSTORAGE
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for tagCLEANLOCALSTORAGE
Auto Trait Implementations§
impl !Send for tagCLEANLOCALSTORAGE
impl !Sync for tagCLEANLOCALSTORAGE
impl Freeze for tagCLEANLOCALSTORAGE
impl RefUnwindSafe for tagCLEANLOCALSTORAGE
impl Unpin for tagCLEANLOCALSTORAGE
impl UnsafeUnpin for tagCLEANLOCALSTORAGE
impl UnwindSafe for tagCLEANLOCALSTORAGE
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