#[repr(C)]pub struct IOplockStorage {
pub lpVtbl: *mut IOplockStorageVtbl,
}Fields§
§lpVtbl: *mut IOplockStorageVtblTrait Implementations§
Source§impl Clone for IOplockStorage
impl Clone for IOplockStorage
Source§fn clone(&self) -> IOplockStorage
fn clone(&self) -> IOplockStorage
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 IOplockStorage
impl Debug for IOplockStorage
impl Copy 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