Struct DemModDigUsr
#[repr(transparent)]pub struct DemModDigUsr(pub u32);Expand description
DEM_MOD_DIG_USR register.
Tuple Fields§
§0: u32Implementations§
§impl DemModDigUsr
impl DemModDigUsr
pub const fn channel_num(&self) -> u8
pub const fn channel_num(&self) -> u8
Index for internal lock up table in which the synthesizer setup is contained.
pub fn set_channel_num(&mut self, val: u8)
pub fn set_channel_num(&mut self, val: u8)
Index for internal lock up table in which the synthesizer setup is contained.
Trait Implementations§
§impl Clone for DemModDigUsr
impl Clone for DemModDigUsr
§fn clone(&self) -> DemModDigUsr
fn clone(&self) -> DemModDigUsr
Returns a duplicate 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 more§impl Debug for DemModDigUsr
impl Debug for DemModDigUsr
§impl Default for DemModDigUsr
impl Default for DemModDigUsr
§fn default() -> DemModDigUsr
fn default() -> DemModDigUsr
Returns the “default value” for a type. Read more
§impl PartialEq for DemModDigUsr
impl PartialEq for DemModDigUsr
impl Copy for DemModDigUsr
impl Eq for DemModDigUsr
impl StructuralPartialEq for DemModDigUsr
Auto Trait Implementations§
impl Freeze for DemModDigUsr
impl RefUnwindSafe for DemModDigUsr
impl Send for DemModDigUsr
impl Sync for DemModDigUsr
impl Unpin for DemModDigUsr
impl UnwindSafe for DemModDigUsr
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