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