#[repr(C)]pub struct MasterDiagData {
pub cyclic_lost_frames: u32,
pub acyclic_lost_frames: u32,
pub cyclic_frames_per_sec: u32,
pub acyclic_frames_per_sec: u32,
pub master_state: u16,
}Fields§
§cyclic_lost_frames: u32§acyclic_lost_frames: u32§cyclic_frames_per_sec: u32§acyclic_frames_per_sec: u32§master_state: u16Trait Implementations§
Source§impl Clone for MasterDiagData
impl Clone for MasterDiagData
Source§fn clone(&self) -> MasterDiagData
fn clone(&self) -> MasterDiagData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MasterDiagData
Source§impl Debug for MasterDiagData
impl Debug for MasterDiagData
Source§impl Default for MasterDiagData
impl Default for MasterDiagData
Source§fn default() -> MasterDiagData
fn default() -> MasterDiagData
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MasterDiagData
impl RefUnwindSafe for MasterDiagData
impl Send for MasterDiagData
impl Sync for MasterDiagData
impl Unpin for MasterDiagData
impl UnsafeUnpin for MasterDiagData
impl UnwindSafe for MasterDiagData
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