#[repr(C, packed(4))]pub struct NodeTwoXYs {
pub x1: i16,
pub x2: i16,
pub y1: i16,
pub y2: i16,
pub fac_x1: f32,
pub fac_x2: f32,
pub fac_y1: f32,
pub fac_y2: f32,
}Fields§
§x1: i16§x2: i16§y1: i16§y2: i16§fac_x1: f32§fac_x2: f32§fac_y1: f32§fac_y2: f32Trait Implementations§
Source§impl GeneratedBlendStruct for NodeTwoXYs
impl GeneratedBlendStruct for NodeTwoXYs
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "NodeTwoXYs"
const STRUCT_INDEX: usize = 440usize
const STRUCT_TYPE_INDEX: usize = 578usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<NodeTwoXYs> for NodeTwoXYs
Auto Trait Implementations§
impl Freeze for NodeTwoXYs
impl RefUnwindSafe for NodeTwoXYs
impl Send for NodeTwoXYs
impl Sync for NodeTwoXYs
impl Unpin for NodeTwoXYs
impl UnwindSafe for NodeTwoXYs
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