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