pub struct CNR {
pub chn_num: U2,
pub bit_pos: U4,
pub cell_nam: Sn,
}
Fields§
§chn_num: U2
§bit_pos: U4
§cell_nam: Sn
Implementations§
Trait Implementations§
impl Eq for CNR
impl StructuralPartialEq for CNR
Auto Trait Implementations§
impl Freeze for CNR
impl RefUnwindSafe for CNR
impl Send for CNR
impl Sync for CNR
impl Unpin for CNR
impl UnwindSafe for CNR
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