Union DL_EI64
#[repr(C)]
pub union DL_EI64 {
pub Byte: [u8; 5],
}
Fields§
§Byte: [u8; 5]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DL_EI64
impl RefUnwindSafe for DL_EI64
impl Send for DL_EI64
impl Sync for DL_EI64
impl Unpin for DL_EI64
impl UnwindSafe for DL_EI64
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