#[repr(C)]pub struct mft_net_basic {
pub mac: [u8; 6],
pub mtu: u16,
}Fields§
§mac: [u8; 6]§mtu: u16Trait Implementations§
Source§impl Clone for mft_net_basic
impl Clone for mft_net_basic
Source§fn clone(&self) -> mft_net_basic
fn clone(&self) -> mft_net_basic
Returns a copy 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 mft_net_basic
impl Debug for mft_net_basic
impl Copy for mft_net_basic
Auto Trait Implementations§
impl Freeze for mft_net_basic
impl RefUnwindSafe for mft_net_basic
impl Send for mft_net_basic
impl Sync for mft_net_basic
impl Unpin for mft_net_basic
impl UnwindSafe for mft_net_basic
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