Enum Usersetmpend
pub enum Usersetmpend {
_0 = 0,
_1 = 1,
}Expand description
Enables unprivileged software access to the STIR
Value on reset: 0
Variants§
Trait Implementations§
§impl Clone for Usersetmpend
impl Clone for Usersetmpend
§fn clone(&self) -> Usersetmpend
fn clone(&self) -> Usersetmpend
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 more§impl Debug for Usersetmpend
impl Debug for Usersetmpend
§impl Format for Usersetmpend
impl Format for Usersetmpend
§impl From<Usersetmpend> for bool
impl From<Usersetmpend> for bool
§fn from(variant: Usersetmpend) -> Self
fn from(variant: Usersetmpend) -> Self
Converts to this type from the input type.
§impl PartialEq for Usersetmpend
impl PartialEq for Usersetmpend
impl Copy for Usersetmpend
impl Eq for Usersetmpend
impl StructuralPartialEq for Usersetmpend
Auto Trait Implementations§
impl Freeze for Usersetmpend
impl RefUnwindSafe for Usersetmpend
impl Send for Usersetmpend
impl Sync for Usersetmpend
impl Unpin for Usersetmpend
impl UnwindSafe for Usersetmpend
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