pub enum CacheFlush {
Mask(u32),
}Available on crate feature
nfsd only.Variants§
Implementations§
Source§impl CacheFlush
impl CacheFlush
pub fn new<'a>(buf: &'a [u8]) -> IterableCacheFlush<'a> ⓘ
Trait Implementations§
Source§impl Clone for CacheFlush
impl Clone for CacheFlush
Source§fn clone(&self) -> CacheFlush
fn clone(&self) -> CacheFlush
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CacheFlush
impl RefUnwindSafe for CacheFlush
impl Send for CacheFlush
impl Sync for CacheFlush
impl Unpin for CacheFlush
impl UnsafeUnpin for CacheFlush
impl UnwindSafe for CacheFlush
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