#[repr(C, packed(4))]pub struct bToolRef {
pub next: Pointer<bToolRef>,
pub prev: Pointer<bToolRef>,
pub idname: [i8; 64],
pub idname_fallback: [i8; 64],
pub tag: i16,
pub space_type: i16,
pub mode: i32,
pub properties: Pointer<IDProperty>,
pub runtime: Pointer<Nothing>,
}Fields§
§next: Pointer<bToolRef>§prev: Pointer<bToolRef>§idname: [i8; 64]§idname_fallback: [i8; 64]§tag: i16§space_type: i16§mode: i32§properties: Pointer<IDProperty>§runtime: Pointer<Nothing>Trait Implementations§
Source§impl GeneratedBlendStruct for bToolRef
impl GeneratedBlendStruct for bToolRef
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bToolRef"
const STRUCT_INDEX: usize = 764usize
const STRUCT_TYPE_INDEX: usize = 436usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bToolRef> for bToolRef
Auto Trait Implementations§
impl Freeze for bToolRef
impl RefUnwindSafe for bToolRef
impl Send for bToolRef
impl Sync for bToolRef
impl Unpin for bToolRef
impl UnwindSafe for bToolRef
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