Enum fuse_backend_rs::abi::fuse_abi::NotifyOpcode
source · #[repr(u32)]
pub enum NotifyOpcode {
Poll,
InvalInode,
InvalEntry,
Store,
Retrieve,
Delete,
CodeMax,
}Variants§
Trait Implementations§
source§impl Clone for NotifyOpcode
impl Clone for NotifyOpcode
source§fn clone(&self) -> NotifyOpcode
fn clone(&self) -> NotifyOpcode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more