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