#[repr(C)]pub struct ciovec {
pub buf: (*const (), usize),
}Expand description
A region of memory for scatter/gather writes.
Fields§
§buf: (*const (), usize)The address and length of the buffer to be written.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ciovec
impl RefUnwindSafe for ciovec
impl !Send for ciovec
impl !Sync for ciovec
impl Unpin for ciovec
impl UnwindSafe for ciovec
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