#[repr(C)]pub struct AOBJ {
pub flags: u32_,
pub curr_frame: f32_,
pub rewind_frame: f32_,
pub end_frame: f32_,
pub framerate: f32_,
pub fobj: *mut _HSD_FObj,
pub hsd_obj: *mut _HSD_Obj,
}Fields§
§flags: u32_§curr_frame: f32_§rewind_frame: f32_§end_frame: f32_§framerate: f32_§fobj: *mut _HSD_FObj§hsd_obj: *mut _HSD_ObjTrait Implementations§
Auto Trait Implementations§
impl Freeze for AOBJ
impl RefUnwindSafe for AOBJ
impl !Send for AOBJ
impl !Sync for AOBJ
impl Unpin for AOBJ
impl UnwindSafe for AOBJ
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