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