Struct makepad_widgets::dock::DockItemId
source · pub struct DockItemId {
pub kind: LiveId,
pub id: LiveId,
}Fields§
§kind: LiveId§id: LiveIdTrait Implementations§
source§impl Clone for DockItemId
impl Clone for DockItemId
source§fn clone(&self) -> DockItemId
fn clone(&self) -> DockItemId
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 moresource§impl Hash for DockItemId
impl Hash for DockItemId
source§impl PartialEq<DockItemId> for DockItemId
impl PartialEq<DockItemId> for DockItemId
source§fn eq(&self, other: &DockItemId) -> bool
fn eq(&self, other: &DockItemId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for DockItemId
impl Eq for DockItemId
impl StructuralEq for DockItemId
impl StructuralPartialEq for DockItemId
Auto Trait Implementations§
impl RefUnwindSafe for DockItemId
impl Send for DockItemId
impl Sync for DockItemId
impl Unpin for DockItemId
impl UnwindSafe for DockItemId
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