pub struct PauseAttributes {
pub length: Option<u32>,
}Fields§
§length: Option<u32>Trait Implementations§
Source§impl Clone for PauseAttributes
impl Clone for PauseAttributes
Source§fn clone(&self) -> PauseAttributes
fn clone(&self) -> PauseAttributes
Returns a duplicate 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 PauseAttributes
impl Debug for PauseAttributes
Source§impl Default for PauseAttributes
impl Default for PauseAttributes
Source§fn default() -> PauseAttributes
fn default() -> PauseAttributes
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PauseAttributes
impl RefUnwindSafe for PauseAttributes
impl Send for PauseAttributes
impl Sync for PauseAttributes
impl Unpin for PauseAttributes
impl UnwindSafe for PauseAttributes
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