#[repr(C)]pub struct TreeViewChildrenT {
pub children: *const TtIdT,
pub child_count: u32,
pub property: u32,
pub aspect_reference_type: TtTypeT,
}Fields§
§children: *const TtIdT§child_count: u32§property: u32§aspect_reference_type: TtTypeTTrait Implementations§
Auto Trait Implementations§
impl Freeze for TreeViewChildrenT
impl RefUnwindSafe for TreeViewChildrenT
impl !Send for TreeViewChildrenT
impl !Sync for TreeViewChildrenT
impl Unpin for TreeViewChildrenT
impl UnwindSafe for TreeViewChildrenT
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