pub struct PGR {
pub grp_indx: U2,
pub grp_nam: Cn,
pub indx_cnt: U2,
pub pmr_indx: KxU2,
}
Fields§
§grp_indx: U2
§grp_nam: Cn
§indx_cnt: U2
§pmr_indx: KxU2
Implementations§
Trait Implementations§
impl Eq for PGR
impl StructuralPartialEq for PGR
Auto Trait Implementations§
impl Freeze for PGR
impl RefUnwindSafe for PGR
impl Send for PGR
impl Sync for PGR
impl Unpin for PGR
impl UnwindSafe for PGR
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