#[repr(C)]pub struct ZL_BundleID {
pub id: ZL_UniqueID,
}Fields§
§id: ZL_UniqueIDTrait Implementations§
Source§impl Clone for ZL_BundleID
impl Clone for ZL_BundleID
Source§fn clone(&self) -> ZL_BundleID
fn clone(&self) -> ZL_BundleID
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_BundleID
impl Debug for ZL_BundleID
impl Copy for ZL_BundleID
Auto Trait Implementations§
impl Freeze for ZL_BundleID
impl RefUnwindSafe for ZL_BundleID
impl Send for ZL_BundleID
impl Sync for ZL_BundleID
impl Unpin for ZL_BundleID
impl UnsafeUnpin for ZL_BundleID
impl UnwindSafe for ZL_BundleID
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