pub struct FourBit {
pub bit1: Signal,
pub bit2: Signal,
pub bit3: Signal,
pub bit4: Signal,
}Fields§
§bit1: Signal§bit2: Signal§bit3: Signal§bit4: SignalImplementations§
Trait Implementations§
impl StructuralPartialEq for FourBit
Auto Trait Implementations§
impl Freeze for FourBit
impl RefUnwindSafe for FourBit
impl Send for FourBit
impl Sync for FourBit
impl Unpin for FourBit
impl UnsafeUnpin for FourBit
impl UnwindSafe for FourBit
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