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