#[repr(C)]pub struct fuse_ioctl_iovec {
pub base: u64,
pub len: u64,
}Fields§
§base: u64§len: u64Trait Implementations§
Source§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
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