pub struct PCR {
pub head_num: U1,
pub site_num: U1,
pub part_cnt: U4,
pub rtst_cnt: U4,
pub abrt_cnt: U4,
pub good_cnt: U4,
pub func_cnt: U4,
}
Fields§
§head_num: U1
§site_num: U1
§part_cnt: U4
§rtst_cnt: U4
§abrt_cnt: U4
§good_cnt: U4
§func_cnt: U4
Implementations§
Trait Implementations§
impl Eq for PCR
impl StructuralPartialEq for PCR
Auto Trait Implementations§
impl Freeze for PCR
impl RefUnwindSafe for PCR
impl Send for PCR
impl Sync for PCR
impl Unpin for PCR
impl UnwindSafe for PCR
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