#[repr(C)]pub struct fuse_bmap_in {
pub block: u64,
pub blocksize: u32,
pub padding: u32,
}
Fields§
§block: u64
§blocksize: u32
§padding: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for fuse_bmap_in
impl RefUnwindSafe for fuse_bmap_in
impl Send for fuse_bmap_in
impl Sync for fuse_bmap_in
impl Unpin for fuse_bmap_in
impl UnwindSafe for fuse_bmap_in
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