pub enum Phy {
Le1m,
Le2m,
LeCoded,
}
Variants§
Trait Implementations§
impl Copy for Phy
impl Eq for Phy
impl StructuralPartialEq for Phy
Auto Trait Implementations§
impl Freeze for Phy
impl RefUnwindSafe for Phy
impl Send for Phy
impl Sync for Phy
impl Unpin for Phy
impl UnwindSafe for Phy
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