#[repr(C)]pub union _xmgu {
pub xmg_magic: *mut MAGIC,
pub xmg_hash_index: STRLEN,
}Fields§
§xmg_magic: *mut MAGIC§xmg_hash_index: STRLENTrait Implementations§
Auto Trait Implementations§
impl Freeze for _xmgu
impl RefUnwindSafe for _xmgu
impl !Send for _xmgu
impl !Sync for _xmgu
impl Unpin for _xmgu
impl UnwindSafe for _xmgu
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