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