#[repr(C)]pub struct IOplockStorage {
pub lpVtbl: *mut IOplockStorageVtbl,
}
Fields§
§lpVtbl: *mut IOplockStorageVtbl
Trait Implementations§
Source§impl Clone for IOplockStorage
impl Clone for IOplockStorage
Source§fn clone(&self) -> IOplockStorage
fn clone(&self) -> IOplockStorage
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 IOplockStorage
impl Debug for IOplockStorage
Source§impl Ord for IOplockStorage
impl Ord for IOplockStorage
Source§fn cmp(&self, other: &IOplockStorage) -> Ordering
fn cmp(&self, other: &IOplockStorage) -> 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 IOplockStorage
impl PartialEq for IOplockStorage
Source§impl PartialOrd for IOplockStorage
impl PartialOrd for IOplockStorage
impl Copy for IOplockStorage
impl Eq for IOplockStorage
impl StructuralPartialEq for IOplockStorage
Auto Trait Implementations§
impl Freeze for IOplockStorage
impl RefUnwindSafe for IOplockStorage
impl !Send for IOplockStorage
impl !Sync for IOplockStorage
impl Unpin for IOplockStorage
impl UnwindSafe for IOplockStorage
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