#[repr(C)]pub struct InterruptBuffer {
pub data_ptr: *const u8,
pub length: u64,
}Fields§
§data_ptr: *const u8§length: u64Auto Trait Implementations§
impl !Send for InterruptBuffer
impl !Sync for InterruptBuffer
impl Freeze for InterruptBuffer
impl RefUnwindSafe for InterruptBuffer
impl Unpin for InterruptBuffer
impl UnsafeUnpin for InterruptBuffer
impl UnwindSafe for InterruptBuffer
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
Source§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
Source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.