Struct os::mm::UserBuffer
source · [−]pub struct UserBuffer {
pub buffers: Vec<&'static mut [u8]>,
}
Expand description
Array of u8 slice that user communicate with os
Fields
buffers: Vec<&'static mut [u8]>
U8 vec
Implementations
Trait Implementations
sourceimpl IntoIterator for UserBuffer
impl IntoIterator for UserBuffer
Auto Trait Implementations
impl RefUnwindSafe for UserBuffer
impl Send for UserBuffer
impl Sync for UserBuffer
impl Unpin for UserBuffer
impl !UnwindSafe for UserBuffer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more