Struct fuse_backend_rs::abi::virtio_fs::RemovemappingIn
source · #[repr(C)]pub struct RemovemappingIn {
pub count: u32,
}Expand description
Remove file mapping request message header for virtio-fs.
Fields§
§count: u32Number of RemovemappingOne entries in the message payload.
Trait Implementations§
source§impl ByteValued for RemovemappingIn
impl ByteValued for RemovemappingIn
source§fn from_slice(data: &[u8]) -> Option<&Self>
fn from_slice(data: &[u8]) -> Option<&Self>
Converts a slice of raw data into a reference of
Self. Read moresource§fn from_mut_slice(data: &mut [u8]) -> Option<&mut Self>
fn from_mut_slice(data: &mut [u8]) -> Option<&mut Self>
Converts a mutable slice of raw data into a mutable reference of
Self. Read moresource§impl Clone for RemovemappingIn
impl Clone for RemovemappingIn
source§fn clone(&self) -> RemovemappingIn
fn clone(&self) -> RemovemappingIn
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 moresource§impl Debug for RemovemappingIn
impl Debug for RemovemappingIn
source§impl Default for RemovemappingIn
impl Default for RemovemappingIn
source§fn default() -> RemovemappingIn
fn default() -> RemovemappingIn
Returns the “default value” for a type. Read more