#[repr(C, packed(4))]pub struct TreeStoreElem {
pub type_: i16,
pub nr: i16,
pub flag: i16,
pub used: i16,
pub id: Pointer<ID>,
}Fields§
§type_: i16§nr: i16§flag: i16§used: i16§id: Pointer<ID>Trait Implementations§
Source§impl GeneratedBlendStruct for TreeStoreElem
impl GeneratedBlendStruct for TreeStoreElem
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "TreeStoreElem"
const STRUCT_INDEX: usize = 349usize
const STRUCT_TYPE_INDEX: usize = 336usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<TreeStoreElem> for TreeStoreElem
Auto Trait Implementations§
impl Freeze for TreeStoreElem
impl RefUnwindSafe for TreeStoreElem
impl Send for TreeStoreElem
impl Sync for TreeStoreElem
impl Unpin for TreeStoreElem
impl UnwindSafe for TreeStoreElem
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