pub struct LogStatus {
pub raw: u8,
}
Expand description
Fields
raw: u8
Raw value
Implementations
sourceimpl LogStatus
impl LogStatus
sourcepub fn log_area_valid(&self) -> bool
pub fn log_area_valid(&self) -> bool
If true, log area valid; otherwise false
sourcepub fn log_area_full(&self) -> bool
pub fn log_area_full(&self) -> bool
If true log area full; otherwise false
Trait Implementations
impl Eq for LogStatus
impl StructuralEq for LogStatus
impl StructuralPartialEq for LogStatus
Auto Trait Implementations
impl RefUnwindSafe for LogStatus
impl Send for LogStatus
impl Sync for LogStatus
impl Unpin for LogStatus
impl UnwindSafe for LogStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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