#[repr(C)]pub struct object_detonated {
pub userid: c_short,
pub objecttype: c_short,
pub index: c_short,
}Fields§
§userid: c_short§objecttype: c_short§index: c_shortAuto Trait Implementations§
impl Freeze for object_detonated
impl RefUnwindSafe for object_detonated
impl Send for object_detonated
impl Sync for object_detonated
impl Unpin for object_detonated
impl UnsafeUnpin for object_detonated
impl UnwindSafe for object_detonated
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