#[repr(C)]pub struct acc_cal {
pub zero: [u8; 3],
pub one: [u8; 3],
}Fields§
§zero: [u8; 3]§one: [u8; 3]Trait Implementations§
Auto Trait Implementations§
impl Freeze for acc_cal
impl RefUnwindSafe for acc_cal
impl Send for acc_cal
impl Sync for acc_cal
impl Unpin for acc_cal
impl UnwindSafe for acc_cal
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