#[repr(C)]pub union _ND_VALID_PREFIXES {
pub Raw: ND_UINT16,
pub __bindgen_anon_1: _ND_VALID_PREFIXES__bindgen_ty_1,
}Fields§
§Raw: ND_UINT16§__bindgen_anon_1: _ND_VALID_PREFIXES__bindgen_ty_1Trait Implementations§
Source§impl Clone for _ND_VALID_PREFIXES
impl Clone for _ND_VALID_PREFIXES
Source§fn clone(&self) -> _ND_VALID_PREFIXES
fn clone(&self) -> _ND_VALID_PREFIXES
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 _ND_VALID_PREFIXES
impl Debug for _ND_VALID_PREFIXES
impl Copy for _ND_VALID_PREFIXES
Auto Trait Implementations§
impl Freeze for _ND_VALID_PREFIXES
impl RefUnwindSafe for _ND_VALID_PREFIXES
impl Send for _ND_VALID_PREFIXES
impl Sync for _ND_VALID_PREFIXES
impl Unpin for _ND_VALID_PREFIXES
impl UnwindSafe for _ND_VALID_PREFIXES
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