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