pub struct NMR {
pub cont_flg: B1,
pub totm_cnt: U2,
pub locm_cnt: U2,
pub pmr_indx: KxU2,
pub atpg_nam: KxCn,
}
Fields§
§cont_flg: B1
§totm_cnt: U2
§locm_cnt: U2
§pmr_indx: KxU2
§atpg_nam: KxCn
Implementations§
Trait Implementations§
impl Eq for NMR
impl StructuralPartialEq for NMR
Auto Trait Implementations§
impl Freeze for NMR
impl RefUnwindSafe for NMR
impl Send for NMR
impl Sync for NMR
impl Unpin for NMR
impl UnwindSafe for NMR
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