Struct nix::sys::fanotify::FanotifyResponse
source · pub struct FanotifyResponse<'a> { /* private fields */ }
Expand description
Abstraction over the structure to be sent to allow or deny a given event.
Implementations§
source§impl<'a> FanotifyResponse<'a>
impl<'a> FanotifyResponse<'a>
sourcepub fn new(fd: BorrowedFd<'a>, response: Response) -> Self
pub fn new(fd: BorrowedFd<'a>, response: Response) -> Self
Create a new response.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for FanotifyResponse<'a>
impl<'a> RefUnwindSafe for FanotifyResponse<'a>
impl<'a> Send for FanotifyResponse<'a>
impl<'a> Sync for FanotifyResponse<'a>
impl<'a> Unpin for FanotifyResponse<'a>
impl<'a> UnwindSafe for FanotifyResponse<'a>
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