pub struct UnameModifiedArgs {
pub syscall_result: c_int,
pub buf: InspectResult<utsname>,
}Fields§
§syscall_result: c_int§buf: InspectResult<utsname>Trait Implementations§
Source§impl Clone for UnameModifiedArgs
impl Clone for UnameModifiedArgs
Source§fn clone(&self) -> UnameModifiedArgs
fn clone(&self) -> UnameModifiedArgs
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 UnameModifiedArgs
impl Debug for UnameModifiedArgs
Source§impl From<UnameModifiedArgs> for SyscallModifiedArgs
impl From<UnameModifiedArgs> for SyscallModifiedArgs
Source§fn from(args: UnameModifiedArgs) -> Self
fn from(args: UnameModifiedArgs) -> Self
Converts to this type from the input type.
Source§impl PartialEq for UnameModifiedArgs
impl PartialEq for UnameModifiedArgs
Source§impl SyscallGroupsGetter for UnameModifiedArgs
impl SyscallGroupsGetter for UnameModifiedArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for UnameModifiedArgs
impl SyscallNumber for UnameModifiedArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for UnameModifiedArgs
Auto Trait Implementations§
impl Freeze for UnameModifiedArgs
impl RefUnwindSafe for UnameModifiedArgs
impl Send for UnameModifiedArgs
impl Sync for UnameModifiedArgs
impl Unpin for UnameModifiedArgs
impl UnwindSafe for UnameModifiedArgs
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