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