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