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