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