#[repr(C, packed(4))]pub struct ARegion_Runtime {
pub category: Pointer<i8>,
pub visible_rect: rcti,
pub offset_x: i32,
pub offset_y: i32,
pub block_name_map: Pointer<Nothing>,
}Fields§
§category: Pointer<i8>§visible_rect: rcti§offset_x: i32§offset_y: i32§block_name_map: Pointer<Nothing>Trait Implementations§
Source§impl GeneratedBlendStruct for ARegion_Runtime
impl GeneratedBlendStruct for ARegion_Runtime
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "ARegion_Runtime"
const STRUCT_INDEX: usize = 311usize
const STRUCT_TYPE_INDEX: usize = 439usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<ARegion_Runtime> for ARegion_Runtime
Auto Trait Implementations§
impl Freeze for ARegion_Runtime
impl RefUnwindSafe for ARegion_Runtime
impl Send for ARegion_Runtime
impl Sync for ARegion_Runtime
impl Unpin for ARegion_Runtime
impl UnwindSafe for ARegion_Runtime
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