pub struct MacStatus {
pub full_duplex: bool,
pub link_up: bool,
pub speed: Speed,
pub phy_reset_asserted: bool,
}Fields§
§full_duplex: bool§link_up: bool§speed: Speed§phy_reset_asserted: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for MacStatus
impl RefUnwindSafe for MacStatus
impl Send for MacStatus
impl Sync for MacStatus
impl Unpin for MacStatus
impl UnwindSafe for MacStatus
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