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