#[repr(C)]pub struct ILockBytes {
pub lpVtbl: *mut ILockBytesVtbl,
}
Fields§
§lpVtbl: *mut ILockBytesVtbl
Trait Implementations§
Source§impl Clone for ILockBytes
impl Clone for ILockBytes
Source§fn clone(&self) -> ILockBytes
fn clone(&self) -> ILockBytes
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 ILockBytes
impl Debug for ILockBytes
Source§impl Ord for ILockBytes
impl Ord for ILockBytes
Source§fn cmp(&self, other: &ILockBytes) -> Ordering
fn cmp(&self, other: &ILockBytes) -> 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 ILockBytes
impl PartialEq for ILockBytes
Source§impl PartialOrd for ILockBytes
impl PartialOrd for ILockBytes
impl Copy for ILockBytes
impl Eq for ILockBytes
impl StructuralPartialEq 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