#[repr(C)]pub struct IflaBridgeId {
pub prio: [u8; 2],
pub addr: [u8; 6],
}
Fields§
§prio: [u8; 2]
§addr: [u8; 6]
Trait Implementations§
Source§impl Clone for IflaBridgeId
impl Clone for IflaBridgeId
Source§fn clone(&self) -> IflaBridgeId
fn clone(&self) -> IflaBridgeId
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 IflaBridgeId
impl Debug for IflaBridgeId
impl Copy for IflaBridgeId
Auto Trait Implementations§
impl Freeze for IflaBridgeId
impl RefUnwindSafe for IflaBridgeId
impl Send for IflaBridgeId
impl Sync for IflaBridgeId
impl Unpin for IflaBridgeId
impl UnwindSafe for IflaBridgeId
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