#[repr(u8)]pub enum AttributeReportingStatus {
Pending = 0,
AttributeReportingComplete = 1,
None = 255,
}Variants§
Implementations§
Source§impl AttributeReportingStatus
impl AttributeReportingStatus
pub const fn try_from_value(value: u8) -> Result<Self, ()>
pub const fn from_value(value: u8) -> Self
Trait Implementations§
Source§impl Clone for AttributeReportingStatus
impl Clone for AttributeReportingStatus
Source§fn clone(&self) -> AttributeReportingStatus
fn clone(&self) -> AttributeReportingStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AttributeReportingStatus
Source§impl Debug for AttributeReportingStatus
impl Debug for AttributeReportingStatus
Source§impl PartialEq for AttributeReportingStatus
impl PartialEq for AttributeReportingStatus
impl StructuralPartialEq for AttributeReportingStatus
Auto Trait Implementations§
impl Freeze for AttributeReportingStatus
impl RefUnwindSafe for AttributeReportingStatus
impl Send for AttributeReportingStatus
impl Sync for AttributeReportingStatus
impl Unpin for AttributeReportingStatus
impl UnsafeUnpin for AttributeReportingStatus
impl UnwindSafe for AttributeReportingStatus
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