pub struct SbValue(pub u8);Expand description
Status Byte value (SB_value, Figure A.6 + Table A.3, p. 64). The single
1-bit DA (Data Available) flag is bit 8; the remaining bits are reserved
(shall be zero) and preserved here for fidelity.
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
impl Copy for SbValue
impl Eq for SbValue
impl StructuralPartialEq for SbValue
Auto Trait Implementations§
impl Freeze for SbValue
impl RefUnwindSafe for SbValue
impl Send for SbValue
impl Sync for SbValue
impl Unpin for SbValue
impl UnsafeUnpin for SbValue
impl UnwindSafe for SbValue
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