pub struct DriveState {
pub next_seq: u64,
}Fields§
§next_seq: u64Implementations§
Source§impl DriveState
impl DriveState
pub fn next_sequence(&mut self) -> u64
Trait Implementations§
Source§impl Debug for DriveState
impl Debug for DriveState
Source§impl Default for DriveState
impl Default for DriveState
Source§fn default() -> DriveState
fn default() -> DriveState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DriveState
impl RefUnwindSafe for DriveState
impl Send for DriveState
impl Sync for DriveState
impl Unpin for DriveState
impl UnsafeUnpin for DriveState
impl UnwindSafe for DriveState
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