#[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 · 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 ISynchronizeHandle
impl Debug for ISynchronizeHandle
impl Copy for ISynchronizeHandle
Auto Trait Implementations§
impl Freeze for ISynchronizeHandle
impl RefUnwindSafe for ISynchronizeHandle
impl !Send for ISynchronizeHandle
impl !Sync for ISynchronizeHandle
impl Unpin 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