pub struct FPR { /* private fields */ }Expand description
CMP Filter Period Register
Implementations§
Auto Trait Implementations§
impl !Freeze for FPR
impl !RefUnwindSafe for FPR
impl Send for FPR
impl !Sync for FPR
impl Unpin for FPR
impl UnwindSafe for FPR
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