#[repr(C)]
pub union _xhvnameu {
pub xhvnameu_name: *mut HEK,
pub xhvnameu_names: *mut *mut HEK,
}
Fields§
§xhvnameu_name: *mut HEK
§xhvnameu_names: *mut *mut HEK
Trait Implementations§
Auto Trait Implementations§
impl Freeze for _xhvnameu
impl RefUnwindSafe for _xhvnameu
impl !Send for _xhvnameu
impl !Sync for _xhvnameu
impl Unpin for _xhvnameu
impl UnwindSafe for _xhvnameu
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