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