#[repr(C)]pub struct fuse_lseek_out {
pub offset: u64,
}
Fields§
§offset: u64
Trait Implementations§
Source§impl Debug for fuse_lseek_out
impl Debug for fuse_lseek_out
Source§impl Default for fuse_lseek_out
impl Default for fuse_lseek_out
Source§fn default() -> fuse_lseek_out
fn default() -> fuse_lseek_out
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for fuse_lseek_out
impl RefUnwindSafe for fuse_lseek_out
impl Send for fuse_lseek_out
impl Sync for fuse_lseek_out
impl Unpin for fuse_lseek_out
impl UnwindSafe for fuse_lseek_out
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