#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ISynchronize
Auto Trait Implementations§
impl !Send for ISynchronize
impl !Sync for ISynchronize
impl Freeze for ISynchronize
impl RefUnwindSafe for ISynchronize
impl Unpin for ISynchronize
impl UnsafeUnpin 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