#[repr(C)]pub struct PRIOVec {
pub iov_base: *mut c_char,
pub iov_len: c_int,
}Fields§
§iov_base: *mut c_char§iov_len: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for PRIOVec
impl RefUnwindSafe for PRIOVec
impl !Send for PRIOVec
impl !Sync for PRIOVec
impl Unpin for PRIOVec
impl UnwindSafe for PRIOVec
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