pub struct PORTSIZE_W<'a> { /* private fields */ }Expand description
Field PORTSIZE writer - Port Size bits 2:0
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for PORTSIZE_W<'a>
impl<'a> Send for PORTSIZE_W<'a>
impl<'a> Sync for PORTSIZE_W<'a>
impl<'a> Unpin for PORTSIZE_W<'a>
impl<'a> !UnwindSafe for PORTSIZE_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more