#[repr(C)]pub struct ZL_DictID {
pub id: ZL_UniqueID,
}Fields§
§id: ZL_UniqueIDTrait Implementations§
Auto Trait Implementations§
impl Freeze for ZL_DictID
impl RefUnwindSafe for ZL_DictID
impl Send for ZL_DictID
impl Sync for ZL_DictID
impl Unpin for ZL_DictID
impl UnsafeUnpin for ZL_DictID
impl UnwindSafe for ZL_DictID
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