#[repr(C)]pub struct UiTreeStateT {
pub expanded: *mut SetT,
pub selected: *mut SetT,
pub total_height: f32,
pub scroll_y: f32,
}
Fields§
§expanded: *mut SetT
§selected: *mut SetT
§total_height: f32
§scroll_y: f32
Trait Implementations§
Source§impl Clone for UiTreeStateT
impl Clone for UiTreeStateT
Source§fn clone(&self) -> UiTreeStateT
fn clone(&self) -> UiTreeStateT
Returns a duplicate 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 moreSource§impl Default for UiTreeStateT
impl Default for UiTreeStateT
impl Copy for UiTreeStateT
Auto Trait Implementations§
impl Freeze for UiTreeStateT
impl RefUnwindSafe for UiTreeStateT
impl !Send for UiTreeStateT
impl !Sync for UiTreeStateT
impl Unpin for UiTreeStateT
impl UnwindSafe for UiTreeStateT
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