pub struct Out { /* private fields */ }Expand description
Array of registers: OUT_CLR, OUT_SET
Implementations§
Trait Implementations§
impl Copy for Out
impl Eq for Out
impl Send for Out
impl StructuralPartialEq for Out
impl Sync for Out
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