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