#[repr(u8)]pub enum StatusaSec0Det {
CLR = 0,
SET = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for StatusaSec0Det
impl Clone for StatusaSec0Det
Source§fn clone(&self) -> StatusaSec0Det
fn clone(&self) -> StatusaSec0Det
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StatusaSec0Det
impl Debug for StatusaSec0Det
Source§impl From<StatusaSec0Det> for u8
impl From<StatusaSec0Det> for u8
Source§fn from(val: StatusaSec0Det) -> u8
fn from(val: StatusaSec0Det) -> u8
Converts to this type from the input type.
Source§impl From<u8> for StatusaSec0Det
impl From<u8> for StatusaSec0Det
Source§fn from(val: u8) -> StatusaSec0Det
fn from(val: u8) -> StatusaSec0Det
Converts to this type from the input type.
Source§impl Ord for StatusaSec0Det
impl Ord for StatusaSec0Det
Source§fn cmp(&self, other: &StatusaSec0Det) -> Ordering
fn cmp(&self, other: &StatusaSec0Det) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StatusaSec0Det
impl PartialEq for StatusaSec0Det
Source§impl PartialOrd for StatusaSec0Det
impl PartialOrd for StatusaSec0Det
impl Copy for StatusaSec0Det
impl Eq for StatusaSec0Det
impl StructuralPartialEq for StatusaSec0Det
Auto Trait Implementations§
impl Freeze for StatusaSec0Det
impl RefUnwindSafe for StatusaSec0Det
impl Send for StatusaSec0Det
impl Sync for StatusaSec0Det
impl Unpin for StatusaSec0Det
impl UnwindSafe for StatusaSec0Det
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