#[repr(C)]
pub union decQuad {
pub bytes: [u8; 16],
pub shorts: [u16; 8],
pub words: [u32; 4],
}Fields§
§bytes: [u8; 16]§shorts: [u16; 8]§words: [u32; 4]Trait Implementations§
Auto Trait Implementations§
impl Freeze for decQuad
impl RefUnwindSafe for decQuad
impl Send for decQuad
impl Sync for decQuad
impl Unpin for decQuad
impl UnwindSafe for decQuad
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