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