pub struct UstatModifiedArgs {
pub syscall_result: c_int,
pub ubuf: InspectResult<ustat>,
}Fields§
§syscall_result: c_int§ubuf: InspectResult<ustat>Trait Implementations§
Source§impl Clone for UstatModifiedArgs
impl Clone for UstatModifiedArgs
Source§fn clone(&self) -> UstatModifiedArgs
fn clone(&self) -> UstatModifiedArgs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UstatModifiedArgs
impl Debug for UstatModifiedArgs
Source§impl From<UstatModifiedArgs> for SyscallModifiedArgs
Available on x86-64 only.
impl From<UstatModifiedArgs> for SyscallModifiedArgs
Available on x86-64 only.
Source§fn from(args: UstatModifiedArgs) -> Self
fn from(args: UstatModifiedArgs) -> Self
Converts to this type from the input type.
Source§impl PartialEq for UstatModifiedArgs
impl PartialEq for UstatModifiedArgs
impl StructuralPartialEq for UstatModifiedArgs
Source§impl SyscallGroupsGetter for UstatModifiedArgs
Available on x86-64 only.
impl SyscallGroupsGetter for UstatModifiedArgs
Available on x86-64 only.
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for UstatModifiedArgs
Available on x86-64 only.
impl SyscallNumber for UstatModifiedArgs
Available on x86-64 only.
fn syscall_number(&self) -> isize
Auto Trait Implementations§
impl Freeze for UstatModifiedArgs
impl RefUnwindSafe for UstatModifiedArgs
impl Send for UstatModifiedArgs
impl Sync for UstatModifiedArgs
impl Unpin for UstatModifiedArgs
impl UnsafeUnpin for UstatModifiedArgs
impl UnwindSafe for UstatModifiedArgs
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