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