pub struct Port {
pub A: i8,
pub B: i8,
pub C: i8,
pub D: i8,
pub ALL: i8,
}Expand description
Port struct. Use defined PORT constant instead.
Fields§
§A: i8§B: i8§C: i8§D: i8§ALL: i8Auto Trait Implementations§
impl Freeze for Port
impl RefUnwindSafe for Port
impl Send for Port
impl Sync for Port
impl Unpin for Port
impl UnwindSafe for Port
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