pub struct BusNumber {
pub primary: u8,
pub secondary: u8,
pub subordinate: u8,
}Fields§
§primary: u8§secondary: u8§subordinate: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for BusNumber
impl RefUnwindSafe for BusNumber
impl Send for BusNumber
impl Sync for BusNumber
impl Unpin for BusNumber
impl UnwindSafe for BusNumber
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