#[repr(C, packed(4))]pub struct ImageTile {
pub next: Pointer<ImageTile>,
pub prev: Pointer<ImageTile>,
pub runtime: ImageTile_Runtime,
pub _pad: [i8; 4],
pub tile_number: i32,
pub label: [i8; 64],
}Fields§
§next: Pointer<ImageTile>§prev: Pointer<ImageTile>§runtime: ImageTile_Runtime§_pad: [i8; 4]§tile_number: i32§label: [i8; 64]Trait Implementations§
Source§impl GeneratedBlendStruct for ImageTile
impl GeneratedBlendStruct for ImageTile
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "ImageTile"
const STRUCT_INDEX: usize = 47usize
const STRUCT_TYPE_INDEX: usize = 75usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<ImageTile> for ImageTile
Auto Trait Implementations§
impl Freeze for ImageTile
impl RefUnwindSafe for ImageTile
impl Send for ImageTile
impl Sync for ImageTile
impl Unpin for ImageTile
impl UnwindSafe for ImageTile
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