#[repr(C, packed(4))]pub struct TreeStore {
pub totelem: i32,
pub usedelem: i32,
pub data: Pointer<TreeStoreElem>,
}Fields§
§totelem: i32§usedelem: i32§data: Pointer<TreeStoreElem>Trait Implementations§
Source§impl GeneratedBlendStruct for TreeStore
impl GeneratedBlendStruct for TreeStore
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "TreeStore"
const STRUCT_INDEX: usize = 350usize
const STRUCT_TYPE_INDEX: usize = 483usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<TreeStore> for TreeStore
Auto Trait Implementations§
impl Freeze for TreeStore
impl RefUnwindSafe for TreeStore
impl Send for TreeStore
impl Sync for TreeStore
impl Unpin for TreeStore
impl UnwindSafe for TreeStore
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