Struct Slotr
#[repr(transparent)]pub struct Slotr(pub u32);
Expand description
ASlot register
Tuple Fields§
§0: u32
Implementations§
§impl Slotr
impl Slotr
pub fn set_slotsz(&mut self, val: Slotsz)
pub fn set_slotsz(&mut self, val: Slotsz)
Slot size
pub fn set_nbslot(&mut self, val: u8)
pub fn set_nbslot(&mut self, val: u8)
Number of slots in an audio frame
pub fn set_sloten(&mut self, val: Sloten)
pub fn set_sloten(&mut self, val: Sloten)
Slot enable
Trait Implementations§
impl Copy for Slotr
impl Eq for Slotr
impl StructuralPartialEq for Slotr
Auto Trait Implementations§
impl Freeze for Slotr
impl RefUnwindSafe for Slotr
impl Send for Slotr
impl Sync for Slotr
impl Unpin for Slotr
impl UnwindSafe for Slotr
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