#[repr(C)]pub struct ISynchronize {
pub lpVtbl: *mut ISynchronizeVtbl,
}Fields§
§lpVtbl: *mut ISynchronizeVtblTrait Implementations§
Source§impl Clone for ISynchronize
impl Clone for ISynchronize
Source§fn clone(&self) -> ISynchronize
fn clone(&self) -> ISynchronize
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 ISynchronize
impl Debug for ISynchronize
impl Copy for ISynchronize
Auto Trait Implementations§
impl Freeze for ISynchronize
impl RefUnwindSafe for ISynchronize
impl !Send for ISynchronize
impl !Sync for ISynchronize
impl Unpin for ISynchronize
impl UnwindSafe for ISynchronize
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