#[repr(C)]pub struct ItemCard {
pub obj: GFxValue,
pub infoText: BSString,
pub unk28: *mut c_void,
pub unk30: u32,
pub pad34: u32,
pub view: GPtr<GFxMovieView>,
}
Fields§
§obj: GFxValue
§infoText: BSString
§unk28: *mut c_void
§unk30: u32
§pad34: u32
§view: GPtr<GFxMovieView>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ItemCard
impl RefUnwindSafe for ItemCard
impl !Send for ItemCard
impl !Sync for ItemCard
impl Unpin for ItemCard
impl UnwindSafe for ItemCard
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