Struct Dac1TrigRmp
#[repr(transparent)]pub struct Dac1TrigRmp(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Dac1TrigRmp
impl Dac1TrigRmp
pub const NOTREMAPPED: Self
pub const NOTREMAPPED: Self
DAC trigger is TIM8_TRGO in STM32F303xB/C and STM32F358xC devices
pub const REMAPPED: Self
pub const REMAPPED: Self
DAC trigger is TIM3_TRGO
Trait Implementations§
§impl Clone for Dac1TrigRmp
impl Clone for Dac1TrigRmp
§fn clone(&self) -> Dac1TrigRmp
fn clone(&self) -> Dac1TrigRmp
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 more§impl Ord for Dac1TrigRmp
impl Ord for Dac1TrigRmp
§impl PartialEq for Dac1TrigRmp
impl PartialEq for Dac1TrigRmp
§impl PartialOrd for Dac1TrigRmp
impl PartialOrd for Dac1TrigRmp
impl Copy for Dac1TrigRmp
impl Eq for Dac1TrigRmp
impl StructuralPartialEq for Dac1TrigRmp
Auto Trait Implementations§
impl Freeze for Dac1TrigRmp
impl RefUnwindSafe for Dac1TrigRmp
impl Send for Dac1TrigRmp
impl Sync for Dac1TrigRmp
impl Unpin for Dac1TrigRmp
impl UnwindSafe for Dac1TrigRmp
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