Struct atsamd_hal::typelevel::NoneT
source · [−]pub struct NoneT;
Expand description
Type-level version of the None
variant
Trait Implementations
sourceimpl OptionalPad for NoneT
impl OptionalPad for NoneT
sourceimpl OptionalPin for NoneT
impl OptionalPin for NoneT
impl OptionalPadNum for NoneT
impl OptionalPinId for NoneT
Auto Trait Implementations
impl RefUnwindSafe for NoneT
impl Send for NoneT
impl Sync for NoneT
impl Unpin for NoneT
impl UnwindSafe for NoneT
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