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