Struct makepad_widgets::shader::std::event::DigitId
pub struct DigitId(pub LiveId);
Tuple Fields§
§0: LiveId
Trait Implementations§
impl Copy for DigitId
impl Eq for DigitId
impl StructuralEq for DigitId
impl StructuralPartialEq for DigitId
Auto Trait Implementations§
impl RefUnwindSafe for DigitId
impl Send for DigitId
impl Sync for DigitId
impl Unpin for DigitId
impl UnwindSafe for DigitId
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