#[repr(C)]pub struct FeEvent {
pub status: u32,
pub parameters: FeParameters,
}
Fields§
§status: u32
§parameters: FeParameters
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FeEvent
impl RefUnwindSafe for FeEvent
impl Send for FeEvent
impl Sync for FeEvent
impl Unpin for FeEvent
impl UnwindSafe for FeEvent
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