#[non_exhaustive]pub struct GetFdFlags;
Expand description
Various flags used to configure calls to get_file_from_pidfd
.
Currently, there are no flags.
Implementations§
Trait Implementations§
Source§impl Clone for GetFdFlags
impl Clone for GetFdFlags
Source§fn clone(&self) -> GetFdFlags
fn clone(&self) -> GetFdFlags
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for GetFdFlags
Auto Trait Implementations§
impl Freeze for GetFdFlags
impl RefUnwindSafe for GetFdFlags
impl Send for GetFdFlags
impl Sync for GetFdFlags
impl Unpin for GetFdFlags
impl UnwindSafe for GetFdFlags
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