#[repr(C)]pub struct Ciovec {
pub buf: *const u8,
pub buf_len: Pointersize,
}Fields
buf: *const u8The address of the buffer to be written.
buf_len: PointersizeThe length of the buffer to be written.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Ciovec
impl !Send for Ciovec
impl !Sync for Ciovec
impl Unpin for Ciovec
impl UnwindSafe for Ciovec
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