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