pub struct MbindArgs {
pub len: c_ulong,
pub mode: c_int,
pub nodemask: InspectResult<Vec<c_ulong>>,
pub maxnode: c_ulong,
pub flags: c_uint,
}Fields§
§len: c_ulong§mode: c_int§nodemask: InspectResult<Vec<c_ulong>>§maxnode: c_ulong§flags: c_uintTrait Implementations§
Source§impl From<MbindArgs> for SyscallArgs
impl From<MbindArgs> for SyscallArgs
Source§impl SyscallGroupsGetter for MbindArgs
impl SyscallGroupsGetter for MbindArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for MbindArgs
impl SyscallNumber for MbindArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for MbindArgs
Auto Trait Implementations§
impl Freeze for MbindArgs
impl RefUnwindSafe for MbindArgs
impl Send for MbindArgs
impl Sync for MbindArgs
impl Unpin for MbindArgs
impl UnwindSafe for MbindArgs
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