#[repr(C, packed(4))]pub struct NodeGeometryObjectInfo {
pub transform_space: u8,
}Fields§
§transform_space: u8Trait Implementations§
Source§impl GeneratedBlendStruct for NodeGeometryObjectInfo
impl GeneratedBlendStruct for NodeGeometryObjectInfo
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "NodeGeometryObjectInfo"
const STRUCT_INDEX: usize = 498usize
const STRUCT_TYPE_INDEX: usize = 636usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<NodeGeometryObjectInfo> for NodeGeometryObjectInfo
Auto Trait Implementations§
impl Freeze for NodeGeometryObjectInfo
impl RefUnwindSafe for NodeGeometryObjectInfo
impl Send for NodeGeometryObjectInfo
impl Sync for NodeGeometryObjectInfo
impl Unpin for NodeGeometryObjectInfo
impl UnwindSafe for NodeGeometryObjectInfo
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