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: B1totm_cnt: U2locm_cnt: U2pmr_indx: KxU2atpg_nam: KxCnImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NMR
impl Send for NMR
impl Sync for NMR
impl Unpin for NMR
impl UnwindSafe for NMR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more