Struct stm32_metapac::sai::vals::Sloten
#[repr(transparent)]pub struct Sloten(pub u16);
Tuple Fields§
§0: u16
Implementations§
Trait Implementations§
§impl Ord for Sloten
impl Ord for Sloten
§impl PartialOrd for Sloten
impl PartialOrd for Sloten
§fn partial_cmp(&self, other: &Sloten) -> Option<Ordering>
fn partial_cmp(&self, other: &Sloten) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Sloten
impl Eq for Sloten
impl StructuralEq for Sloten
impl StructuralPartialEq for Sloten
Auto Trait Implementations§
impl RefUnwindSafe for Sloten
impl Send for Sloten
impl Sync for Sloten
impl Unpin for Sloten
impl UnwindSafe for Sloten
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