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