pub struct NoExt;Trait Implementations§
Source§impl CoreExt for NoExt
impl CoreExt for NoExt
type Reg = NoRegs
type Config = ()
fn with(_config: <NoExt as CoreExt>::Config) -> NoExt
fn get(&self, _reg: <NoExt as CoreExt>::Reg) -> Option<u8>
fn clr(&mut self, _reg: <NoExt as CoreExt>::Reg)
fn put(&mut self, _reg: <NoExt as CoreExt>::Reg, _val: Option<u8>)
fn reset(&mut self)
fn set(&mut self, reg: Self::Reg, val: <Self::Reg as Register>::Value)
Source§impl Supercore<NoExt> for UsonicCore
impl Supercore<NoExt> for UsonicCore
impl Copy for NoExt
impl Eq for NoExt
impl StructuralPartialEq for NoExt
Auto Trait Implementations§
impl Freeze for NoExt
impl RefUnwindSafe for NoExt
impl Send for NoExt
impl Sync for NoExt
impl Unpin for NoExt
impl UnwindSafe for NoExt
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.