pub struct FAR {
pub cpu_type: U1,
pub stdf_ver: U1,
}
Fields§
§cpu_type: U1
§stdf_ver: U1
Implementations§
Trait Implementations§
impl Eq for FAR
impl StructuralPartialEq for FAR
Auto Trait Implementations§
impl Freeze for FAR
impl RefUnwindSafe for FAR
impl Send for FAR
impl Sync for FAR
impl Unpin for FAR
impl UnwindSafe for FAR
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