pub struct RFL { /* private fields */ }
Expand description
SWPMI Receive Frame Length register
Implementations§
Auto Trait Implementations§
impl !Freeze for RFL
impl !RefUnwindSafe for RFL
impl Send for RFL
impl !Sync for RFL
impl Unpin for RFL
impl UnwindSafe for RFL
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