pub struct CloseReq {
pub fid: u16,
pub mtime: u32,
}Expand description
CLOSE request (WC=3): FID plus optional mtime.
Fields§
§fid: u16Handle to close.
mtime: u32Client-supplied last-write time (0 = leave unchanged).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CloseReq
impl RefUnwindSafe for CloseReq
impl Send for CloseReq
impl Sync for CloseReq
impl Unpin for CloseReq
impl UnsafeUnpin for CloseReq
impl UnwindSafe for CloseReq
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