pub struct Id {
pub id: Clay_ElementId,
}Fields§
§id: Clay_ElementIdTrait Implementations§
Auto Trait Implementations§
impl !Send for Id
impl !Sync for Id
impl Freeze for Id
impl RefUnwindSafe for Id
impl Unpin for Id
impl UnsafeUnpin for Id
impl UnwindSafe for Id
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