pub struct HBR {
pub head_num: U1,
pub site_num: U1,
pub hbin_num: U2,
pub hbin_cnt: U4,
pub hbin_pf: C1,
pub hbin_nam: Cn,
}
Fields§
§head_num: U1
§site_num: U1
§hbin_num: U2
§hbin_cnt: U4
§hbin_pf: C1
§hbin_nam: Cn
Implementations§
Trait Implementations§
impl Eq for HBR
impl StructuralPartialEq for HBR
Auto Trait Implementations§
impl Freeze for HBR
impl RefUnwindSafe for HBR
impl Send for HBR
impl Sync for HBR
impl Unpin for HBR
impl UnwindSafe for HBR
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