#[repr(C)]pub struct tagCLEANLOCALSTORAGE {
pub pInterface: *mut IUnknown,
pub pStorage: PVOID,
pub flags: DWORD,
}
Fields§
§pInterface: *mut IUnknown
§pStorage: PVOID
§flags: DWORD
Trait Implementations§
Source§impl Clone for tagCLEANLOCALSTORAGE
impl Clone for tagCLEANLOCALSTORAGE
Source§fn clone(&self) -> tagCLEANLOCALSTORAGE
fn clone(&self) -> tagCLEANLOCALSTORAGE
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 Debug for tagCLEANLOCALSTORAGE
impl Debug for tagCLEANLOCALSTORAGE
Source§impl Ord for tagCLEANLOCALSTORAGE
impl Ord for tagCLEANLOCALSTORAGE
Source§fn cmp(&self, other: &tagCLEANLOCALSTORAGE) -> Ordering
fn cmp(&self, other: &tagCLEANLOCALSTORAGE) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagCLEANLOCALSTORAGE
impl PartialEq for tagCLEANLOCALSTORAGE
Source§impl PartialOrd for tagCLEANLOCALSTORAGE
impl PartialOrd for tagCLEANLOCALSTORAGE
impl Copy for tagCLEANLOCALSTORAGE
impl Eq for tagCLEANLOCALSTORAGE
impl StructuralPartialEq for tagCLEANLOCALSTORAGE
Auto Trait Implementations§
impl Freeze for tagCLEANLOCALSTORAGE
impl RefUnwindSafe for tagCLEANLOCALSTORAGE
impl !Send for tagCLEANLOCALSTORAGE
impl !Sync for tagCLEANLOCALSTORAGE
impl Unpin 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