#[repr(C)]pub struct Ciovec {
pub buf: *const u8,
pub buf_len: Size,
}
Fields§
§buf: *const u8
The address of the buffer to be written.
buf_len: Size
The 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