pub struct Accm {
pub send_accm: [u8; 4],
pub receive_accm: [u8; 4],
}Fields§
§send_accm: [u8; 4]§receive_accm: [u8; 4]Implementations§
Trait Implementations§
impl Copy for Accm
impl Eq for Accm
impl StructuralPartialEq for Accm
Auto Trait Implementations§
impl Freeze for Accm
impl RefUnwindSafe for Accm
impl Send for Accm
impl Sync for Accm
impl Unpin for Accm
impl UnwindSafe for Accm
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