Fields
sp_fd: c_int
sp_max: off_t
sp_idle: timeval
Trait Implementations
sourceimpl Hash for splice
impl Hash for splice
sourcefn hash<__H: Hasher>(&self, state: &mut __H)
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [Hasher
]. Read more
1.3.0fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
impl Copy for splice
impl Eq for splice
impl StructuralEq for splice
impl StructuralPartialEq for splice
Auto Trait Implementations
impl RefUnwindSafe for splice
impl Send for splice
impl Sync for splice
impl Unpin for splice
impl UnwindSafe for splice
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more