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