pub struct LostConnection {
pub time_neutral: u16,
pub time_landing: u16,
pub time_stop: u32,
}Fields§
§time_neutral: u16§time_landing: u16§time_stop: u32Implementations§
Trait Implementations§
Source§impl Clone for LostConnection
impl Clone for LostConnection
Source§fn clone(&self) -> LostConnection
fn clone(&self) -> LostConnection
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 LostConnection
impl Debug for LostConnection
Source§impl Serializable for LostConnection
impl Serializable for LostConnection
impl Copy for LostConnection
Auto Trait Implementations§
impl Freeze for LostConnection
impl RefUnwindSafe for LostConnection
impl Send for LostConnection
impl Sync for LostConnection
impl Unpin for LostConnection
impl UnwindSafe for LostConnection
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