Struct todc_utils::specifications::register::RegisterSpecification
source · pub struct RegisterSpecification<T: Default + Eq> { /* private fields */ }Expand description
A sequential specification of a register.
Trait Implementations§
source§impl<T: Clone + Debug + Default + Eq + Hash> Specification for RegisterSpecification<T>
impl<T: Clone + Debug + Default + Eq + Hash> Specification for RegisterSpecification<T>
type State = T
type Operation = RegisterOperation<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for RegisterSpecification<T>where T: RefUnwindSafe,
impl<T> Send for RegisterSpecification<T>where T: Send,
impl<T> Sync for RegisterSpecification<T>where T: Sync,
impl<T> Unpin for RegisterSpecification<T>where T: Unpin,
impl<T> UnwindSafe for RegisterSpecification<T>where T: UnwindSafe,
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