pub struct TimeSurface { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for TimeSurface
impl Clone for TimeSurface
Source§fn clone(&self) -> TimeSurface
fn clone(&self) -> TimeSurface
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 TimeSurface
Source§impl Debug for TimeSurface
impl Debug for TimeSurface
Source§impl Default for TimeSurface
impl Default for TimeSurface
Source§impl Representation for TimeSurface
impl Representation for TimeSurface
type Output = EventFrame
fn generate( &self, stream: &EventStream, ) -> Result<EventFrame, RepresentationError>
Auto Trait Implementations§
impl Freeze for TimeSurface
impl RefUnwindSafe for TimeSurface
impl Send for TimeSurface
impl Sync for TimeSurface
impl Unpin for TimeSurface
impl UnsafeUnpin for TimeSurface
impl UnwindSafe for TimeSurface
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