#[repr(C)]pub struct PredictableServerEvent {
pub type: i32,
pub deadlineTime: f32,
pub fullSizeOfUnion: [i32; 4],
}Fields§
§type: i32§deadlineTime: f32§fullSizeOfUnion: [i32; 4]Auto Trait Implementations§
impl Freeze for PredictableServerEvent
impl RefUnwindSafe for PredictableServerEvent
impl Send for PredictableServerEvent
impl Sync for PredictableServerEvent
impl Unpin for PredictableServerEvent
impl UnwindSafe for PredictableServerEvent
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