#[repr(C, packed(4))]pub struct bPythonConstraint {
pub text: Pointer<Text>,
pub prop: Pointer<IDProperty>,
pub flag: i32,
pub tarnum: i32,
pub targets: ListBase,
pub tar: Pointer<Object>,
pub subtarget: [i8; 64],
}Fields§
§text: Pointer<Text>§prop: Pointer<IDProperty>§flag: i32§tarnum: i32§targets: ListBase§tar: Pointer<Object>§subtarget: [i8; 64]Trait Implementations§
Source§impl GeneratedBlendStruct for bPythonConstraint
impl GeneratedBlendStruct for bPythonConstraint
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bPythonConstraint"
const STRUCT_INDEX: usize = 374usize
const STRUCT_TYPE_INDEX: usize = 505usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bPythonConstraint> for bPythonConstraint
Auto Trait Implementations§
impl Freeze for bPythonConstraint
impl RefUnwindSafe for bPythonConstraint
impl Send for bPythonConstraint
impl Sync for bPythonConstraint
impl Unpin for bPythonConstraint
impl UnwindSafe for bPythonConstraint
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