pub struct OpenByHandleAtArgs {
pub mount_fd: RawFd,
pub handle: InspectResult<Arc<file_handle>>,
pub flags: c_int,
}Fields§
§mount_fd: RawFd§handle: InspectResult<Arc<file_handle>>§flags: c_intTrait Implementations§
Source§impl Clone for OpenByHandleAtArgs
impl Clone for OpenByHandleAtArgs
Source§fn clone(&self) -> OpenByHandleAtArgs
fn clone(&self) -> OpenByHandleAtArgs
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OpenByHandleAtArgs
impl Debug for OpenByHandleAtArgs
Source§impl From<OpenByHandleAtArgs> for SyscallArgs
impl From<OpenByHandleAtArgs> for SyscallArgs
Source§fn from(args: OpenByHandleAtArgs) -> Self
fn from(args: OpenByHandleAtArgs) -> Self
Converts to this type from the input type.
Source§impl PartialEq for OpenByHandleAtArgs
impl PartialEq for OpenByHandleAtArgs
Source§impl SyscallGroupsGetter for OpenByHandleAtArgs
impl SyscallGroupsGetter for OpenByHandleAtArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for OpenByHandleAtArgs
impl SyscallNumber for OpenByHandleAtArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for OpenByHandleAtArgs
Auto Trait Implementations§
impl Freeze for OpenByHandleAtArgs
impl RefUnwindSafe for OpenByHandleAtArgs
impl Send for OpenByHandleAtArgs
impl Sync for OpenByHandleAtArgs
impl Unpin for OpenByHandleAtArgs
impl UnwindSafe for OpenByHandleAtArgs
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