#[repr(C)]pub struct ZL_UniqueID {
pub bytes: [c_uchar; 32],
}Fields§
§bytes: [c_uchar; 32]Trait Implementations§
Source§impl Clone for ZL_UniqueID
impl Clone for ZL_UniqueID
Source§fn clone(&self) -> ZL_UniqueID
fn clone(&self) -> ZL_UniqueID
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ZL_UniqueID
impl Debug for ZL_UniqueID
impl Copy for ZL_UniqueID
Auto Trait Implementations§
impl Freeze for ZL_UniqueID
impl RefUnwindSafe for ZL_UniqueID
impl Send for ZL_UniqueID
impl Sync for ZL_UniqueID
impl Unpin for ZL_UniqueID
impl UnsafeUnpin for ZL_UniqueID
impl UnwindSafe for ZL_UniqueID
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