pub struct BarIO {
pub port: u32,
}Fields§
§port: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for BarIO
impl RefUnwindSafe for BarIO
impl Send for BarIO
impl Sync for BarIO
impl Unpin for BarIO
impl UnwindSafe for BarIO
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