#[repr(C)]pub struct Rtor { /* private fields */ }
Expand description
Receiver timeout register
Implementations§
Auto Trait Implementations§
impl Freeze for Rtor
impl RefUnwindSafe for Rtor
impl Send for Rtor
impl Sync for Rtor
impl Unpin for Rtor
impl UnwindSafe for Rtor
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