Struct vitasdk_sys::SceNetEtherAddr
source · #[repr(C)]pub struct SceNetEtherAddr {
pub data: [c_uchar; 6],
}Fields§
§data: [c_uchar; 6]Trait Implementations§
source§impl Clone for SceNetEtherAddr
impl Clone for SceNetEtherAddr
source§fn clone(&self) -> SceNetEtherAddr
fn clone(&self) -> SceNetEtherAddr
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more