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