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