#[repr(C, packed(4))]pub struct SDefVert {
pub binds: Pointer<SDefBind>,
pub numbinds: i32,
pub vertex_idx: i32,
}Fields§
§binds: Pointer<SDefBind>§numbinds: i32§vertex_idx: i32Trait Implementations§
Source§impl GeneratedBlendStruct for SDefVert
impl GeneratedBlendStruct for SDefVert
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "SDefVert"
const STRUCT_INDEX: usize = 160usize
const STRUCT_TYPE_INDEX: usize = 228usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<SDefVert> for SDefVert
Auto Trait Implementations§
impl Freeze for SDefVert
impl RefUnwindSafe for SDefVert
impl Send for SDefVert
impl Sync for SDefVert
impl Unpin for SDefVert
impl UnwindSafe for SDefVert
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