pub struct FilesUpdate { /* private fields */ }Expand description
This command is an alternative to using
Submitter::register_files_update which then
works in an async fashion, like the rest of the io_uring commands.
Implementations§
Source§impl FilesUpdate
impl FilesUpdate
Auto Trait Implementations§
impl Freeze for FilesUpdate
impl RefUnwindSafe for FilesUpdate
impl !Send for FilesUpdate
impl !Sync for FilesUpdate
impl Unpin for FilesUpdate
impl UnwindSafe for FilesUpdate
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