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