#[repr(C, packed(4))]pub struct BPoint {
pub vec: [f32; 4],
pub alfa: f32,
pub weight: f32,
pub f1: u8,
pub _pad1: [i8; 1],
pub hide: i16,
pub radius: f32,
pub _pad: [i8; 4],
}
Fields§
§vec: [f32; 4]
§alfa: f32
§weight: f32
§f1: u8
§_pad1: [i8; 1]
§hide: i16
§radius: f32
§_pad: [i8; 4]
Trait Implementations§
Source§impl GeneratedBlendStruct for BPoint
impl GeneratedBlendStruct for BPoint
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "BPoint"
const STRUCT_INDEX: usize = 66usize
const STRUCT_TYPE_INDEX: usize = 48usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<BPoint> for BPoint
Auto Trait Implementations§
impl Freeze for BPoint
impl RefUnwindSafe for BPoint
impl Send for BPoint
impl Sync for BPoint
impl Unpin for BPoint
impl UnwindSafe for BPoint
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