pub struct DropoutMessage {
pub timestamp: u64,
pub duration: u16,
}Fields§
§timestamp: u64§duration: u16Trait Implementations§
Source§impl Clone for DropoutMessage
impl Clone for DropoutMessage
Source§fn clone(&self) -> DropoutMessage
fn clone(&self) -> DropoutMessage
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 DropoutMessage
impl Debug for DropoutMessage
Auto Trait Implementations§
impl Freeze for DropoutMessage
impl RefUnwindSafe for DropoutMessage
impl Send for DropoutMessage
impl Sync for DropoutMessage
impl Unpin for DropoutMessage
impl UnwindSafe for DropoutMessage
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