Struct tf2types::cevents::player_buff
source · [−]#[repr(C)]pub struct player_buff {
pub userid: c_short,
pub buff_owner: c_short,
pub buff_type: c_short,
}Fields
userid: c_shortbuff_owner: c_shortbuff_type: c_shortAuto Trait Implementations
impl RefUnwindSafe for player_buff
impl Send for player_buff
impl Sync for player_buff
impl Unpin for player_buff
impl UnwindSafe for player_buff
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