pub struct UnlinkAt { /* private fields */ }
Implementations§
source§impl UnlinkAt
impl UnlinkAt
pub fn new(dirfd: impl UseFd, pathname: *const c_char) -> Self
sourcepub const CODE: u8 = 36u8
pub const CODE: u8 = 36u8
The opcode of the operation. This can be passed to
Probe::is_supported
to check if this operation is
supported with the current kernel.
pub const fn flags(self, flags: i32) -> Self
pub fn build(self) -> Entry
Auto Trait Implementations§
impl Freeze for UnlinkAt
impl RefUnwindSafe for UnlinkAt
impl !Send for UnlinkAt
impl !Sync for UnlinkAt
impl Unpin for UnlinkAt
impl UnwindSafe for UnlinkAt
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