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