Struct makepad_live_compiler::live_node::LiveTypeInfo
source · pub struct LiveTypeInfo {
pub live_type: LiveType,
pub type_name: LiveId,
pub module_id: LiveModuleId,
pub live_ignore: bool,
pub fields: Vec<LiveTypeField>,
}
Fields§
§live_type: LiveType
§type_name: LiveId
§module_id: LiveModuleId
§live_ignore: bool
§fields: Vec<LiveTypeField>
Trait Implementations§
source§impl Clone for LiveTypeInfo
impl Clone for LiveTypeInfo
source§fn clone(&self) -> LiveTypeInfo
fn clone(&self) -> LiveTypeInfo
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 LiveTypeInfo
impl Send for LiveTypeInfo
impl Sync for LiveTypeInfo
impl Unpin for LiveTypeInfo
impl UnwindSafe for LiveTypeInfo
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