pub struct BGSEquipTypeVtbl {
pub __base: BaseFormComponentVtbl,
pub GetEquipSlot: fn(this: &BGSEquipType),
pub SetEquipSlot: fn(this: &mut BGSEquipType, slot: *mut BGSEquipSlot),
}
Fields§
§__base: BaseFormComponentVtbl
§GetEquipSlot: fn(this: &BGSEquipType)
§SetEquipSlot: fn(this: &mut BGSEquipType, slot: *mut BGSEquipSlot)
Auto Trait Implementations§
impl Freeze for BGSEquipTypeVtbl
impl RefUnwindSafe for BGSEquipTypeVtbl
impl Send for BGSEquipTypeVtbl
impl Sync for BGSEquipTypeVtbl
impl Unpin for BGSEquipTypeVtbl
impl UnwindSafe for BGSEquipTypeVtbl
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