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