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