#[repr(C)]pub struct TreeViewUiResT {
pub focus_changed: bool,
pub _padding_176: [c_char; 7],
pub focus: TtIdT,
pub selection_changed: bool,
pub focus_on_tree_background: bool,
pub _padding_186: [c_char; 6],
}Fields§
§focus_changed: bool§_padding_176: [c_char; 7]§focus: TtIdT§selection_changed: bool§focus_on_tree_background: bool§_padding_186: [c_char; 6]Trait Implementations§
Auto Trait Implementations§
impl Freeze for TreeViewUiResT
impl RefUnwindSafe for TreeViewUiResT
impl Send for TreeViewUiResT
impl Sync for TreeViewUiResT
impl Unpin for TreeViewUiResT
impl UnsafeUnpin for TreeViewUiResT
impl UnwindSafe for TreeViewUiResT
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