#[repr(C, packed(4))]pub struct PackedFile {
pub size: i32,
pub seek: i32,
pub data: Pointer<Void>,
}Fields§
§size: i32§seek: i32§data: Pointer<Void>Trait Implementations§
Source§impl GeneratedBlendStruct for PackedFile
impl GeneratedBlendStruct for PackedFile
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "PackedFile"
const STRUCT_INDEX: usize = 33usize
const STRUCT_TYPE_INDEX: usize = 42usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<PackedFile> for PackedFile
Auto Trait Implementations§
impl Freeze for PackedFile
impl RefUnwindSafe for PackedFile
impl Send for PackedFile
impl Sync for PackedFile
impl Unpin for PackedFile
impl UnwindSafe for PackedFile
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