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