Struct tf2types::cevents::quest_progress
source · [−]#[repr(C)]pub struct quest_progress {
pub owner: c_short,
pub scorer: c_short,
pub types: c_short,
pub completed: bool,
pub quest_defindex: c_long,
}Fields
owner: c_shortscorer: c_shorttypes: c_shortcompleted: boolquest_defindex: c_longAuto Trait Implementations
impl RefUnwindSafe for quest_progress
impl Send for quest_progress
impl Sync for quest_progress
impl Unpin for quest_progress
impl UnwindSafe for quest_progress
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more