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