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