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