pub struct AlarmArgs {
pub seconds: c_uint,
}Fields§
§seconds: c_uintTrait Implementations§
Source§impl From<AlarmArgs> for SyscallArgs
impl From<AlarmArgs> for SyscallArgs
Source§impl SyscallGroupsGetter for AlarmArgs
impl SyscallGroupsGetter for AlarmArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for AlarmArgs
impl SyscallNumber for AlarmArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for AlarmArgs
Auto Trait Implementations§
impl Freeze for AlarmArgs
impl RefUnwindSafe for AlarmArgs
impl Send for AlarmArgs
impl Sync for AlarmArgs
impl Unpin for AlarmArgs
impl UnwindSafe for AlarmArgs
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