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