#[repr(C, packed(4))]pub struct StripProxy {
pub dir: [i8; 768],
pub file: [i8; 256],
pub anim: Pointer<Nothing>,
pub tc: i16,
pub quality: i16,
pub build_size_flags: i16,
pub build_tc_flags: i16,
pub build_flags: i16,
pub storage: i8,
pub _pad: [i8; 5],
}Fields§
§dir: [i8; 768]§file: [i8; 256]§anim: Pointer<Nothing>§tc: i16§quality: i16§build_size_flags: i16§build_tc_flags: i16§build_flags: i16§storage: i8§_pad: [i8; 5]Trait Implementations§
Source§impl GeneratedBlendStruct for StripProxy
impl GeneratedBlendStruct for StripProxy
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "StripProxy"
const STRUCT_INDEX: usize = 319usize
const STRUCT_TYPE_INDEX: usize = 450usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<StripProxy> for StripProxy
Auto Trait Implementations§
impl Freeze for StripProxy
impl RefUnwindSafe for StripProxy
impl Send for StripProxy
impl Sync for StripProxy
impl Unpin for StripProxy
impl UnwindSafe for StripProxy
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