pub struct Kpp { /* private fields */ }Expand description
KPP Registers
Implementations§
Trait Implementations§
impl Copy for Kpp
impl Eq for Kpp
impl Send for Kpp
impl StructuralPartialEq for Kpp
impl Sync for Kpp
Auto Trait Implementations§
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