pub struct UsonicCore { /* private fields */ }Implementations§
Source§impl UsonicCore
impl UsonicCore
Sourcepub fn has_data(&mut self, cat: IoCat, context: &VmContext<'_>) -> bool
pub fn has_data(&mut self, cat: IoCat, context: &VmContext<'_>) -> bool
Checks that there is more state values remain in the given category.
Sourcepub fn load(&mut self, cat: IoCat, context: &VmContext<'_>) -> bool
pub fn load(&mut self, cat: IoCat, context: &VmContext<'_>) -> bool
Loads next [StateValue] (basing on iterator position from UI indexes) of a given
category into the EA-ED registers, increasing UI iterator count.
pub fn reset(&mut self, cat: IoCat)
Trait Implementations§
Source§impl Clone for UsonicCore
impl Clone for UsonicCore
Source§fn clone(&self) -> UsonicCore
fn clone(&self) -> UsonicCore
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl CoreExt for UsonicCore
impl CoreExt for UsonicCore
type Reg = RegE
type Config = GfaConfig
fn with(config: <UsonicCore as CoreExt>::Config) -> UsonicCore
fn get( &self, reg: <UsonicCore as CoreExt>::Reg, ) -> Option<<<UsonicCore as CoreExt>::Reg as Register>::Value>
fn clr(&mut self, reg: <UsonicCore as CoreExt>::Reg)
fn put( &mut self, reg: <UsonicCore as CoreExt>::Reg, val: Option<<<UsonicCore as CoreExt>::Reg as Register>::Value>, )
fn reset(&mut self)
fn set(&mut self, reg: Self::Reg, val: <Self::Reg as Register>::Value)
Source§impl Debug for UsonicCore
impl Debug for UsonicCore
Source§impl PartialEq for UsonicCore
impl PartialEq for UsonicCore
Source§impl Supercore<GfaCore> for UsonicCore
impl Supercore<GfaCore> for UsonicCore
Source§impl Supercore<NoExt> for UsonicCore
impl Supercore<NoExt> for UsonicCore
impl Copy for UsonicCore
impl Eq for UsonicCore
impl StructuralPartialEq for UsonicCore
Auto Trait Implementations§
impl Freeze for UsonicCore
impl RefUnwindSafe for UsonicCore
impl Send for UsonicCore
impl Sync for UsonicCore
impl Unpin for UsonicCore
impl UnwindSafe for UsonicCore
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.