pub struct MasterInfo {
pub slave_count: u32,
pub link_up: bool,
pub scan_busy: bool,
pub app_time: u64,
}Fields§
§slave_count: u32§link_up: bool§scan_busy: bool§app_time: u64Trait Implementations§
Source§impl Clone for MasterInfo
impl Clone for MasterInfo
Source§fn clone(&self) -> MasterInfo
fn clone(&self) -> MasterInfo
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 moreAuto Trait Implementations§
impl Freeze for MasterInfo
impl RefUnwindSafe for MasterInfo
impl Send for MasterInfo
impl Sync for MasterInfo
impl Unpin for MasterInfo
impl UnwindSafe for MasterInfo
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