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