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