#[repr(transparent)]pub struct Par(pub u32);Expand description
Use Parameter register to determine the parameter settings of MUA.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Par
impl Eq for Par
impl StructuralPartialEq for Par
Auto Trait Implementations§
impl Freeze for Par
impl RefUnwindSafe for Par
impl Send for Par
impl Sync for Par
impl Unpin for Par
impl UnwindSafe for Par
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