pub struct SBR {
pub head_num: U1,
pub site_num: U1,
pub sbin_num: U2,
pub sbin_cnt: U4,
pub sbin_pf: C1,
pub sbin_nam: Cn,
}
Fields§
§head_num: U1
§site_num: U1
§sbin_num: U2
§sbin_cnt: U4
§sbin_pf: C1
§sbin_nam: Cn
Implementations§
Trait Implementations§
impl Eq for SBR
impl StructuralPartialEq for SBR
Auto Trait Implementations§
impl Freeze for SBR
impl RefUnwindSafe for SBR
impl Send for SBR
impl Sync for SBR
impl Unpin for SBR
impl UnwindSafe for SBR
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