#[repr(C, packed(4))]pub struct bTransformCacheConstraint {
pub cache_file: Pointer<CacheFile>,
pub object_path: [i8; 1024],
pub reader: Pointer<Nothing>,
pub reader_object_path: [i8; 1024],
}Fields§
§cache_file: Pointer<CacheFile>§object_path: [i8; 1024]§reader: Pointer<Nothing>§reader_object_path: [i8; 1024]Trait Implementations§
Source§impl GeneratedBlendStruct for bTransformCacheConstraint
impl GeneratedBlendStruct for bTransformCacheConstraint
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bTransformCacheConstraint"
const STRUCT_INDEX: usize = 403usize
const STRUCT_TYPE_INDEX: usize = 534usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bTransformCacheConstraint> for bTransformCacheConstraint
Auto Trait Implementations§
impl Freeze for bTransformCacheConstraint
impl RefUnwindSafe for bTransformCacheConstraint
impl Send for bTransformCacheConstraint
impl Sync for bTransformCacheConstraint
impl Unpin for bTransformCacheConstraint
impl UnwindSafe for bTransformCacheConstraint
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