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