pub struct RawSlot {
pub fifo_data_out: [u8; 7],
}Fields§
§fifo_data_out: [u8; 7]Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawSlot
impl RefUnwindSafe for RawSlot
impl Send for RawSlot
impl Sync for RawSlot
impl Unpin for RawSlot
impl UnwindSafe for RawSlot
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