Struct machinery_api::plugins::ui::UiTreeStateT [−][src]
#[repr(C)]pub struct UiTreeStateT { pub expanded: *mut SetT, pub selected: *mut SetT, pub total_height: f32, pub scroll_y: f32, }
Fields
expanded: *mut SetTselected: *mut SetTtotal_height: f32scroll_y: f32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UiTreeStateT
impl !Send for UiTreeStateT
impl !Sync for UiTreeStateT
impl Unpin for UiTreeStateT
impl UnwindSafe for UiTreeStateT
Blanket Implementations
Mutably borrows from an owned value. Read more