#[repr(C)]pub struct splice {
pub sp_fd: c_int,
pub sp_max: off_t,
pub sp_idle: timeval,
}Fields§
§sp_fd: c_int§sp_max: off_t§sp_idle: timevalTrait Implementations§
Auto Trait Implementations§
impl Freeze for splice
impl RefUnwindSafe for splice
impl Send for splice
impl Sync for splice
impl Unpin for splice
impl UnwindSafe for splice
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