Struct makepad_widgets::widget::WidgetUid
source · pub struct WidgetUid(pub u64);
Tuple Fields§
§0: u64
Trait Implementations§
source§impl PartialEq<WidgetUid> for WidgetUid
impl PartialEq<WidgetUid> for WidgetUid
impl Copy for WidgetUid
impl StructuralPartialEq for WidgetUid
Auto Trait Implementations§
impl RefUnwindSafe for WidgetUid
impl Send for WidgetUid
impl Sync for WidgetUid
impl Unpin for WidgetUid
impl UnwindSafe for WidgetUid
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