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