Struct makepad_live_compiler::live_node::LiveProp
source · [−]pub struct LiveProp(pub LiveId, pub LivePropType);
Tuple Fields
0: LiveId
1: LivePropType
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LiveProp
impl Send for LiveProp
impl Sync for LiveProp
impl Unpin for LiveProp
impl UnwindSafe for LiveProp
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more