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