#[repr(C, packed(4))]pub struct IDOverrideLibraryProperty {
pub next: Pointer<IDOverrideLibraryProperty>,
pub prev: Pointer<IDOverrideLibraryProperty>,
pub rna_path: Pointer<i8>,
pub operations: ListBase,
pub tag: i16,
pub _pad: [i8; 2],
pub rna_prop_type: i32,
}
Fields§
§next: Pointer<IDOverrideLibraryProperty>
§prev: Pointer<IDOverrideLibraryProperty>
§rna_path: Pointer<i8>
§operations: ListBase
§tag: i16
§_pad: [i8; 2]
§rna_prop_type: i32
Trait Implementations§
Source§impl GeneratedBlendStruct for IDOverrideLibraryProperty
impl GeneratedBlendStruct for IDOverrideLibraryProperty
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "IDOverrideLibraryProperty"
const STRUCT_INDEX: usize = 18usize
const STRUCT_TYPE_INDEX: usize = 32usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<IDOverrideLibraryProperty> for IDOverrideLibraryProperty
Auto Trait Implementations§
impl Freeze for IDOverrideLibraryProperty
impl RefUnwindSafe for IDOverrideLibraryProperty
impl Send for IDOverrideLibraryProperty
impl Sync for IDOverrideLibraryProperty
impl Unpin for IDOverrideLibraryProperty
impl UnwindSafe for IDOverrideLibraryProperty
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