Enum Setresethaltreq
#[repr(u8)]pub enum Setresethaltreq {
NO_OPERATION = 0,
CLEAR = 1,
}
Variants§
Implementations§
§impl Setresethaltreq
impl Setresethaltreq
pub const fn from_bits(val: u8) -> Setresethaltreq
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for Setresethaltreq
impl Clone for Setresethaltreq
§fn clone(&self) -> Setresethaltreq
fn clone(&self) -> Setresethaltreq
Returns a copy 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 From<u8> for Setresethaltreq
impl From<u8> for Setresethaltreq
§fn from(val: u8) -> Setresethaltreq
fn from(val: u8) -> Setresethaltreq
Converts to this type from the input type.
§impl Ord for Setresethaltreq
impl Ord for Setresethaltreq
§impl PartialEq for Setresethaltreq
impl PartialEq for Setresethaltreq
§impl PartialOrd for Setresethaltreq
impl PartialOrd for Setresethaltreq
impl Copy for Setresethaltreq
impl Eq for Setresethaltreq
impl StructuralPartialEq for Setresethaltreq
Auto Trait Implementations§
impl Freeze for Setresethaltreq
impl RefUnwindSafe for Setresethaltreq
impl Send for Setresethaltreq
impl Sync for Setresethaltreq
impl Unpin for Setresethaltreq
impl UnwindSafe for Setresethaltreq
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)