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