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