#[repr(transparent)]pub struct Evflag(pub u32);Expand description
SCT event flag register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Evflag
impl Eq for Evflag
impl StructuralPartialEq for Evflag
Auto Trait Implementations§
impl Freeze for Evflag
impl RefUnwindSafe for Evflag
impl Send for Evflag
impl Sync for Evflag
impl Unpin for Evflag
impl UnwindSafe for Evflag
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