#[repr(C)]pub struct ILockBytes {
pub lpVtbl: *mut ILockBytesVtbl,
}Fields§
§lpVtbl: *mut ILockBytesVtblTrait Implementations§
Source§impl Clone for ILockBytes
impl Clone for ILockBytes
Source§fn clone(&self) -> ILockBytes
fn clone(&self) -> ILockBytes
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 ILockBytes
impl Debug for ILockBytes
impl Copy for ILockBytes
Auto Trait Implementations§
impl Freeze for ILockBytes
impl RefUnwindSafe for ILockBytes
impl !Send for ILockBytes
impl !Sync for ILockBytes
impl Unpin for ILockBytes
impl UnwindSafe for ILockBytes
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