Enum stm32_metapac::dma2d::vals::BgpfccrStart
#[repr(u8)]pub enum BgpfccrStart {
_RESERVED_0 = 0,
START = 1,
}
Variants§
Implementations§
§impl BgpfccrStart
impl BgpfccrStart
pub const fn from_bits(val: u8) -> BgpfccrStart
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for BgpfccrStart
impl Clone for BgpfccrStart
§fn clone(&self) -> BgpfccrStart
fn clone(&self) -> BgpfccrStart
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<BgpfccrStart> for u8
impl From<BgpfccrStart> for u8
§fn from(val: BgpfccrStart) -> u8
fn from(val: BgpfccrStart) -> u8
Converts to this type from the input type.
§impl From<u8> for BgpfccrStart
impl From<u8> for BgpfccrStart
§fn from(val: u8) -> BgpfccrStart
fn from(val: u8) -> BgpfccrStart
Converts to this type from the input type.
§impl Ord for BgpfccrStart
impl Ord for BgpfccrStart
§impl PartialEq for BgpfccrStart
impl PartialEq for BgpfccrStart
§impl PartialOrd for BgpfccrStart
impl PartialOrd for BgpfccrStart
impl Copy for BgpfccrStart
impl Eq for BgpfccrStart
impl StructuralPartialEq for BgpfccrStart
Auto Trait Implementations§
impl Freeze for BgpfccrStart
impl RefUnwindSafe for BgpfccrStart
impl Send for BgpfccrStart
impl Sync for BgpfccrStart
impl Unpin for BgpfccrStart
impl UnwindSafe for BgpfccrStart
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
)