Enum atsamd_hal::sercom::uart::DynCharSize
source · [−]pub enum DynCharSize {}
Expand description
Dynamic CharSize
that can be changed on the fly
Trait Implementations
sourceimpl CharSize for DynCharSize
impl CharSize for DynCharSize
Auto Trait Implementations
impl RefUnwindSafe for DynCharSize
impl Send for DynCharSize
impl Sync for DynCharSize
impl Unpin for DynCharSize
impl UnwindSafe for DynCharSize
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more