pub enum FunctionSelect {
Sel0 = 0,
Sel1 = 1,
Sel2 = 2,
Sel3 = 3,
}Variants§
Implementations§
Source§impl FunctionSelect
impl FunctionSelect
Sourcepub const fn new_with_raw_value(value: UInt<u8, 2>) -> FunctionSelect
pub const fn new_with_raw_value(value: UInt<u8, 2>) -> FunctionSelect
Creates a new instance of this bitfield with the given raw value.
Trait Implementations§
Source§impl Clone for FunctionSelect
impl Clone for FunctionSelect
Source§fn clone(&self) -> FunctionSelect
fn clone(&self) -> FunctionSelect
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 FunctionSelect
Source§impl Debug for FunctionSelect
impl Debug for FunctionSelect
impl Eq for FunctionSelect
Source§impl Format for FunctionSelect
impl Format for FunctionSelect
Source§impl PartialEq for FunctionSelect
impl PartialEq for FunctionSelect
impl StructuralPartialEq for FunctionSelect
Auto Trait Implementations§
impl Freeze for FunctionSelect
impl RefUnwindSafe for FunctionSelect
impl Send for FunctionSelect
impl Sync for FunctionSelect
impl Unpin for FunctionSelect
impl UnsafeUnpin for FunctionSelect
impl UnwindSafe for FunctionSelect
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