#[repr(transparent)]pub struct Shiftcfg(pub u32);Expand description
Shifter Configuration
Tuple Fields§
§0: u32Implementations§
Source§impl Shiftcfg
impl Shiftcfg
Sourcepub const fn set_sstart(&mut self, val: Sstart)
pub const fn set_sstart(&mut self, val: Sstart)
Shifter Start
Sourcepub const fn set_pwidth(&mut self, val: u8)
pub const fn set_pwidth(&mut self, val: u8)
Parallel Width
Trait Implementations§
impl Copy for Shiftcfg
impl Eq for Shiftcfg
impl StructuralPartialEq for Shiftcfg
Auto Trait Implementations§
impl Freeze for Shiftcfg
impl RefUnwindSafe for Shiftcfg
impl Send for Shiftcfg
impl Sync for Shiftcfg
impl Unpin for Shiftcfg
impl UnwindSafe for Shiftcfg
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