pub enum MaxRenderTime {
Off,
Msec(u32),
}
Variants§
Trait Implementations§
Source§impl Clone for MaxRenderTime
impl Clone for MaxRenderTime
Source§fn clone(&self) -> MaxRenderTime
fn clone(&self) -> MaxRenderTime
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 Freeze for MaxRenderTime
impl RefUnwindSafe for MaxRenderTime
impl Send for MaxRenderTime
impl Sync for MaxRenderTime
impl Unpin for MaxRenderTime
impl UnwindSafe for MaxRenderTime
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