#[repr(C)]pub struct EventFrameSync { /* private fields */ }
Trait Implementations§
Source§impl Clone for EventFrameSync
impl Clone for EventFrameSync
Source§fn clone(&self) -> EventFrameSync
fn clone(&self) -> EventFrameSync
Returns a copy 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 EventFrameSync
impl Debug for EventFrameSync
Source§impl IsEventData for EventFrameSync
impl IsEventData for EventFrameSync
impl Copy for EventFrameSync
Auto Trait Implementations§
impl Freeze for EventFrameSync
impl RefUnwindSafe for EventFrameSync
impl Send for EventFrameSync
impl Sync for EventFrameSync
impl Unpin for EventFrameSync
impl UnwindSafe for EventFrameSync
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