#[repr(C, packed(4))]pub struct KS_Path {
pub next: Pointer<KS_Path>,
pub prev: Pointer<KS_Path>,
pub id: Pointer<ID>,
pub group: [i8; 64],
pub idtype: i32,
pub groupmode: i16,
pub flag: i16,
pub rna_path: Pointer<i8>,
pub array_index: i32,
pub keyingflag: i16,
pub keyingoverride: i16,
}
Fields§
§next: Pointer<KS_Path>
§prev: Pointer<KS_Path>
§id: Pointer<ID>
§group: [i8; 64]
§idtype: i32
§groupmode: i16
§flag: i16
§rna_path: Pointer<i8>
§array_index: i32
§keyingflag: i16
§keyingoverride: i16
Trait Implementations§
Source§impl GeneratedBlendStruct for KS_Path
impl GeneratedBlendStruct for KS_Path
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "KS_Path"
const STRUCT_INDEX: usize = 655usize
const STRUCT_TYPE_INDEX: usize = 803usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<KS_Path> for KS_Path
Auto Trait Implementations§
impl Freeze for KS_Path
impl RefUnwindSafe for KS_Path
impl Send for KS_Path
impl Sync for KS_Path
impl Unpin for KS_Path
impl UnwindSafe for KS_Path
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