#[repr(C)]pub struct AtagRevision {
pub revision: u32,
}Expand description
Tag for the board revision
Fields§
§revision: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for AtagRevision
impl RefUnwindSafe for AtagRevision
impl Send for AtagRevision
impl Sync for AtagRevision
impl Unpin for AtagRevision
impl UnwindSafe for AtagRevision
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