pub struct SetPhyConfigurationReply;
Expand description
Reply for SetPhyConfiguration
Trait Implementations§
Source§impl Debug for SetPhyConfigurationReply
impl Debug for SetPhyConfigurationReply
Auto Trait Implementations§
impl Freeze for SetPhyConfigurationReply
impl RefUnwindSafe for SetPhyConfigurationReply
impl Send for SetPhyConfigurationReply
impl Sync for SetPhyConfigurationReply
impl Unpin for SetPhyConfigurationReply
impl UnwindSafe for SetPhyConfigurationReply
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