#[repr(C)]pub struct ISynchronizeContainer {
pub lpVtbl: *mut ISynchronizeContainerVtbl,
}Fields§
§lpVtbl: *mut ISynchronizeContainerVtblTrait Implementations§
Source§impl Clone for ISynchronizeContainer
impl Clone for ISynchronizeContainer
Source§fn clone(&self) -> ISynchronizeContainer
fn clone(&self) -> ISynchronizeContainer
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 ISynchronizeContainer
impl Debug for ISynchronizeContainer
impl Copy 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