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 · 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
impl From<UstatModifiedArgs> for SyscallModifiedArgs
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
Source§impl SyscallGroupsGetter for UstatModifiedArgs
impl SyscallGroupsGetter for UstatModifiedArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for UstatModifiedArgs
impl SyscallNumber for UstatModifiedArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for UstatModifiedArgs
Auto Trait Implementations§
impl Freeze for UstatModifiedArgs
impl RefUnwindSafe for UstatModifiedArgs
impl Send for UstatModifiedArgs
impl Sync for UstatModifiedArgs
impl Unpin 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