pub struct FieldDesc<'a> {
pub id: &'a str,
pub bit_offset: u32,
pub bit_length: u32,
}Expand description
§13 Bit/register sub-field.
Fields§
§id: &'a str§bit_offset: u32§bit_length: u32Trait Implementations§
impl<'a> Copy for FieldDesc<'a>
Auto Trait Implementations§
impl<'a> Freeze for FieldDesc<'a>
impl<'a> RefUnwindSafe for FieldDesc<'a>
impl<'a> Send for FieldDesc<'a>
impl<'a> Sync for FieldDesc<'a>
impl<'a> Unpin for FieldDesc<'a>
impl<'a> UnsafeUnpin for FieldDesc<'a>
impl<'a> UnwindSafe for FieldDesc<'a>
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