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