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