Struct QOS_EVENT
#[repr(transparent)]pub struct QOS_EVENT(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for QOS_EVENT
impl Eq for QOS_EVENT
impl StructuralPartialEq for QOS_EVENT
Auto Trait Implementations§
impl Freeze for QOS_EVENT
impl RefUnwindSafe for QOS_EVENT
impl Send for QOS_EVENT
impl Sync for QOS_EVENT
impl Unpin for QOS_EVENT
impl UnwindSafe for QOS_EVENT
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