Struct Damdf
#[repr(transparent)]pub struct Damdf(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Damdf
impl Damdf
pub const NOPACK: Self
pub const NOPACK: Self
Without data packing, CDR/CDR2 not used
pub const FORMAT32TO10: Self
pub const FORMAT32TO10: Self
CDR formatted for 32-bit down to 10-bit resolution
pub const FORMAT8: Self
pub const FORMAT8: Self
CDR formatted for 8-bit resolution
Trait Implementations§
§impl Ord for Damdf
impl Ord for Damdf
§impl PartialOrd for Damdf
impl PartialOrd for Damdf
impl Copy for Damdf
impl Eq for Damdf
impl StructuralPartialEq for Damdf
Auto Trait Implementations§
impl Freeze for Damdf
impl RefUnwindSafe for Damdf
impl Send for Damdf
impl Sync for Damdf
impl Unpin for Damdf
impl UnwindSafe for Damdf
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