Struct makepad_widgets::shader::std::TimerEvent
pub struct TimerEvent {
pub time: Option<f64>,
pub timer_id: u64,
}
Fields§
§time: Option<f64>
§timer_id: u64
Trait Implementations§
§impl Clone for TimerEvent
impl Clone for TimerEvent
§fn clone(&self) -> TimerEvent
fn clone(&self) -> TimerEvent
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 moreAuto Trait Implementations§
impl RefUnwindSafe for TimerEvent
impl Send for TimerEvent
impl Sync for TimerEvent
impl Unpin for TimerEvent
impl UnwindSafe for TimerEvent
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