pub struct StaticErrorBit {
pub name: String,
pub offset: u8,
pub label: Option<String>,
pub description: Option<String>,
}Expand description
Represents one <ErrorBit> from the <StaticErrorBitField>.
Fields§
§name: String§offset: u8§label: Option<String>§description: Option<String>Trait Implementations§
Source§impl Debug for StaticErrorBit
impl Debug for StaticErrorBit
Source§impl Default for StaticErrorBit
impl Default for StaticErrorBit
Source§fn default() -> StaticErrorBit
fn default() -> StaticErrorBit
Returns the “default value” for a type. Read more
Source§impl PartialEq for StaticErrorBit
impl PartialEq for StaticErrorBit
impl StructuralPartialEq for StaticErrorBit
Auto Trait Implementations§
impl Freeze for StaticErrorBit
impl RefUnwindSafe for StaticErrorBit
impl Send for StaticErrorBit
impl Sync for StaticErrorBit
impl Unpin for StaticErrorBit
impl UnwindSafe for StaticErrorBit
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