pub struct PartialCascadeSourceReg<const raw: bool> { /* private fields */ }Expand description
Builder struct for partial initialization of CascadeSourceReg .
Implementations§
Source§impl PartialCascadeSourceReg<false>
impl PartialCascadeSourceReg<false>
pub const fn with_raw(&self, value: u7) -> PartialCascadeSourceReg<true>
Auto Trait Implementations§
impl<const raw: bool> Freeze for PartialCascadeSourceReg<raw>
impl<const raw: bool> RefUnwindSafe for PartialCascadeSourceReg<raw>
impl<const raw: bool> Send for PartialCascadeSourceReg<raw>
impl<const raw: bool> Sync for PartialCascadeSourceReg<raw>
impl<const raw: bool> Unpin for PartialCascadeSourceReg<raw>
impl<const raw: bool> UnsafeUnpin for PartialCascadeSourceReg<raw>
impl<const raw: bool> UnwindSafe for PartialCascadeSourceReg<raw>
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