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