pub struct GetPhyConfigurationReply { /* private fields */ }Expand description
Reply for GetPhyConfiguration
Implementations§
Source§impl GetPhyConfigurationReply
impl GetPhyConfigurationReply
pub fn supported_phys(&self) -> &Phys
pub fn configurable_phys(&self) -> &Phys
pub fn selected_phys(&self) -> &Phys
Trait Implementations§
Source§impl Debug for GetPhyConfigurationReply
impl Debug for GetPhyConfigurationReply
Auto Trait Implementations§
impl Freeze for GetPhyConfigurationReply
impl RefUnwindSafe for GetPhyConfigurationReply
impl Send for GetPhyConfigurationReply
impl Sync for GetPhyConfigurationReply
impl Unpin for GetPhyConfigurationReply
impl UnwindSafe for GetPhyConfigurationReply
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