Struct makepad_live_compiler::live_node::LiveTypeField
source · pub struct LiveTypeField {
pub id: LiveId,
pub live_type_info: LiveTypeInfo,
pub live_field_kind: LiveFieldKind,
}
Fields§
§id: LiveId
§live_type_info: LiveTypeInfo
§live_field_kind: LiveFieldKind
Trait Implementations§
source§impl Clone for LiveTypeField
impl Clone for LiveTypeField
source§fn clone(&self) -> LiveTypeField
fn clone(&self) -> LiveTypeField
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 moreAuto Trait Implementations§
impl RefUnwindSafe for LiveTypeField
impl Send for LiveTypeField
impl Sync for LiveTypeField
impl Unpin for LiveTypeField
impl UnwindSafe for LiveTypeField
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