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