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