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