#[repr(transparent)]pub struct VoltageSelect(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
Source§impl Clone for VoltageSelect
impl Clone for VoltageSelect
Source§fn clone(&self) -> VoltageSelect
fn clone(&self) -> VoltageSelect
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Ord for VoltageSelect
impl Ord for VoltageSelect
Source§fn cmp(&self, other: &VoltageSelect) -> Ordering
fn cmp(&self, other: &VoltageSelect) -> 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 VoltageSelect
impl PartialEq for VoltageSelect
Source§impl PartialOrd for VoltageSelect
impl PartialOrd for VoltageSelect
impl Copy for VoltageSelect
impl Eq for VoltageSelect
impl StructuralPartialEq for VoltageSelect
Auto Trait Implementations§
impl Freeze for VoltageSelect
impl RefUnwindSafe for VoltageSelect
impl Send for VoltageSelect
impl Sync for VoltageSelect
impl Unpin for VoltageSelect
impl UnwindSafe for VoltageSelect
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