Enum std::sys::unix::kernel_copy::CopyResult
source · pub(super) enum CopyResult {
Ended(u64),
Error(Error, u64),
Fallback(u64),
}
Variants§
Implementations§
source§impl CopyResult
impl CopyResult
fn update_take(&self, reader: &mut impl CopyRead)
Auto Trait Implementations§
impl !RefUnwindSafe for CopyResult
impl Send for CopyResult
impl Sync for CopyResult
impl Unpin for CopyResult
impl !UnwindSafe for CopyResult
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