pub struct DeadlineCheckOp;Expand description
Marker struct for register_syscall::<DeadlineCheckOp>.
Auto Trait Implementations§
impl Freeze for DeadlineCheckOp
impl RefUnwindSafe for DeadlineCheckOp
impl Send for DeadlineCheckOp
impl Sync for DeadlineCheckOp
impl Unpin for DeadlineCheckOp
impl UnsafeUnpin for DeadlineCheckOp
impl UnwindSafe for DeadlineCheckOp
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