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: U1site_num: U1sbin_num: U2sbin_cnt: U4sbin_pf: C1sbin_nam: CnImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SBR
impl Send for SBR
impl Sync for SBR
impl Unpin for SBR
impl UnwindSafe for SBR
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