Struct stm32_metapac::adc::vals::SmprSmpxX
#[repr(transparent)]pub struct SmprSmpxX(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl SmprSmpxX
impl SmprSmpxX
pub const CYCLES3: Self = _
pub const CYCLES3: Self = _
3 cycles
pub const CYCLES15: Self = _
pub const CYCLES15: Self = _
15 cycles
pub const CYCLES28: Self = _
pub const CYCLES28: Self = _
28 cycles
pub const CYCLES56: Self = _
pub const CYCLES56: Self = _
56 cycles
pub const CYCLES84: Self = _
pub const CYCLES84: Self = _
84 cycles
pub const CYCLES112: Self = _
pub const CYCLES112: Self = _
112 cycles
pub const CYCLES144: Self = _
pub const CYCLES144: Self = _
144 cycles
pub const CYCLES480: Self = _
pub const CYCLES480: Self = _
480 cycles
Trait Implementations§
§impl Ord for SmprSmpxX
impl Ord for SmprSmpxX
§impl PartialOrd for SmprSmpxX
impl PartialOrd for SmprSmpxX
impl Copy for SmprSmpxX
impl Eq for SmprSmpxX
impl StructuralPartialEq for SmprSmpxX
Auto Trait Implementations§
impl Freeze for SmprSmpxX
impl RefUnwindSafe for SmprSmpxX
impl Send for SmprSmpxX
impl Sync for SmprSmpxX
impl Unpin for SmprSmpxX
impl UnwindSafe for SmprSmpxX
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
)