pub struct PhysicalChannelId {
pub value: [u8; 4],
}Fields§
§value: [u8; 4]Implementations§
Trait Implementations§
Source§impl Clone for PhysicalChannelId
impl Clone for PhysicalChannelId
Source§fn clone(&self) -> PhysicalChannelId
fn clone(&self) -> PhysicalChannelId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PhysicalChannelId
impl Debug for PhysicalChannelId
Source§impl From<PhysicalChannelId> for [u8; 4]
impl From<PhysicalChannelId> for [u8; 4]
Source§fn from(value: PhysicalChannelId) -> Self
fn from(value: PhysicalChannelId) -> Self
Converts to this type from the input type.
Source§impl From<PhysicalChannelId> for AVP
impl From<PhysicalChannelId> for AVP
Source§fn from(v: PhysicalChannelId) -> AVP
fn from(v: PhysicalChannelId) -> AVP
Converts to this type from the input type.
Source§impl PartialEq for PhysicalChannelId
impl PartialEq for PhysicalChannelId
Source§impl TryInto<PhysicalChannelId> for AVP
impl TryInto<PhysicalChannelId> for AVP
impl Copy for PhysicalChannelId
impl Eq for PhysicalChannelId
impl StructuralPartialEq for PhysicalChannelId
Auto Trait Implementations§
impl Freeze for PhysicalChannelId
impl RefUnwindSafe for PhysicalChannelId
impl Send for PhysicalChannelId
impl Sync for PhysicalChannelId
impl Unpin for PhysicalChannelId
impl UnwindSafe for PhysicalChannelId
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