pub struct Pwr {
pub cr1: CR1,
pub cr2: CR2,
pub cr3: CR3,
pub cr4: CR4,
}Fields§
§cr1: CR1§cr2: CR2§cr3: CR3§cr4: CR4Auto Trait Implementations§
impl Freeze for Pwr
impl RefUnwindSafe for Pwr
impl Send for Pwr
impl Sync for Pwr
impl Unpin for Pwr
impl UnwindSafe for Pwr
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