#[repr(C)]pub struct FuseLSeekOut {
pub offset: u64,
}Expand description
FUSE lseek response fuse_lseek_out
Fields§
§offset: u64Seek offset
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FuseLSeekOut
impl RefUnwindSafe for FuseLSeekOut
impl Send for FuseLSeekOut
impl Sync for FuseLSeekOut
impl Unpin for FuseLSeekOut
impl UnwindSafe for FuseLSeekOut
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