[−][src]Struct fuse::protocol::setattr::SetattrRequest   
This is supported on 
feature="unstable_setattr" only.Implementations
impl<'_> SetattrRequest<'_>[src]
pub fn node_id(&self) -> u64[src]
This is supported on 
feature="unstable_setattr" only.pub fn handle(&self) -> Option<u64>[src]
This is supported on 
feature="unstable_setattr" only.pub fn size(&self) -> Option<u64>[src]
This is supported on 
feature="unstable_setattr" only.pub fn lock_owner(&self) -> Option<u64>[src]
This is supported on 
feature="unstable_setattr" only.pub fn atime(&self) -> Option<SystemTime>[src]
This is supported on 
feature="unstable_setattr" only.pub fn atime_now(&self) -> bool[src]
This is supported on 
feature="unstable_setattr" only.pub fn mtime(&self) -> Option<SystemTime>[src]
This is supported on 
feature="unstable_setattr" only.pub fn mtime_now(&self) -> bool[src]
This is supported on 
feature="unstable_setattr" only.pub fn ctime(&self) -> Option<SystemTime>[src]
This is supported on 
feature="unstable_setattr" only.pub fn mode(&self) -> Option<FileMode>[src]
This is supported on 
feature="unstable_setattr" only.pub fn user_id(&self) -> Option<u32>[src]
This is supported on 
feature="unstable_setattr" only.pub fn group_id(&self) -> Option<u32>[src]
This is supported on 
feature="unstable_setattr" only.Auto Trait Implementations
impl<'a> RefUnwindSafe for SetattrRequest<'a>
impl<'a> Send for SetattrRequest<'a>
impl<'a> Sync for SetattrRequest<'a>
impl<'a> Unpin for SetattrRequest<'a>
impl<'a> UnwindSafe for SetattrRequest<'a>
Blanket Implementations
impl<T> Any for T where
    T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
    T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
    T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
    U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
    U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, [src]
U: TryFrom<T>,