Struct Devid
pub struct Devid(/* private fields */);Expand description
IEEE device ID encoding for STM32WBA devices
Implementations§
Trait Implementations§
§impl Ord for Devid
impl Ord for Devid
§impl PartialOrd for Devid
impl PartialOrd for Devid
impl Copy for Devid
impl Eq for Devid
impl StructuralPartialEq for Devid
Auto Trait Implementations§
impl Freeze for Devid
impl RefUnwindSafe for Devid
impl Send for Devid
impl Sync for Devid
impl Unpin for Devid
impl UnwindSafe for Devid
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