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