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: U1site_num: U1hbin_num: U2hbin_cnt: U4hbin_pf: C1hbin_nam: CnImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HBR
impl Send for HBR
impl Sync for HBR
impl Unpin for HBR
impl UnwindSafe for HBR
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