#[repr(C)]
pub union eui64_t {
pub uint64: network_uint64_t,
pub uint8: [uint8_t; 8],
pub uint16: [network_uint16_t; 4],
pub uint32: [network_uint32_t; 2],
}
Fields§
§uint64: network_uint64_t
§uint8: [uint8_t; 8]
§uint16: [network_uint16_t; 4]
§uint32: [network_uint32_t; 2]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for eui64_t
impl RefUnwindSafe for eui64_t
impl Send for eui64_t
impl Sync for eui64_t
impl Unpin for eui64_t
impl UnwindSafe for eui64_t
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 8 bytes