#[repr(C)]
pub union ddsi_guid_prefix {
pub s: [c_uchar; 12],
pub u: [u32; 3],
}
Fields§
§s: [c_uchar; 12]
§u: [u32; 3]
Trait Implementations§
Source§impl Clone for ddsi_guid_prefix
impl Clone for ddsi_guid_prefix
Source§fn clone(&self) -> ddsi_guid_prefix
fn clone(&self) -> ddsi_guid_prefix
Returns a copy 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 moreimpl Copy for ddsi_guid_prefix
Auto Trait Implementations§
impl Freeze for ddsi_guid_prefix
impl RefUnwindSafe for ddsi_guid_prefix
impl Send for ddsi_guid_prefix
impl Sync for ddsi_guid_prefix
impl Unpin for ddsi_guid_prefix
impl UnwindSafe for ddsi_guid_prefix
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