Struct RTC_EVENT
#[repr(transparent)]pub struct RTC_EVENT(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for RTC_EVENT
impl Eq for RTC_EVENT
impl StructuralPartialEq for RTC_EVENT
Auto Trait Implementations§
impl Freeze for RTC_EVENT
impl RefUnwindSafe for RTC_EVENT
impl Send for RTC_EVENT
impl Sync for RTC_EVENT
impl Unpin for RTC_EVENT
impl UnwindSafe for RTC_EVENT
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