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