#[repr(C)]pub struct fuse_ioctl_iovec {
pub base: u64,
pub len: u64,
}
Fields§
§base: u64
§len: u64
Trait Implementations§
Source§impl Clone for fuse_ioctl_iovec
impl Clone for fuse_ioctl_iovec
Source§fn clone(&self) -> fuse_ioctl_iovec
fn clone(&self) -> fuse_ioctl_iovec
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for fuse_ioctl_iovec
impl Debug for fuse_ioctl_iovec
Source§impl Default for fuse_ioctl_iovec
impl Default for fuse_ioctl_iovec
Source§fn default() -> fuse_ioctl_iovec
fn default() -> fuse_ioctl_iovec
Returns the “default value” for a type. Read more
Source§impl Hash for fuse_ioctl_iovec
impl Hash for fuse_ioctl_iovec
Source§impl PartialEq for fuse_ioctl_iovec
impl PartialEq for fuse_ioctl_iovec
impl Copy for fuse_ioctl_iovec
impl Eq for fuse_ioctl_iovec
impl StructuralPartialEq for fuse_ioctl_iovec
Auto Trait Implementations§
impl Freeze for fuse_ioctl_iovec
impl RefUnwindSafe for fuse_ioctl_iovec
impl Send for fuse_ioctl_iovec
impl Sync for fuse_ioctl_iovec
impl Unpin for fuse_ioctl_iovec
impl UnwindSafe for fuse_ioctl_iovec
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