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