#[repr(C)]pub struct rtprio {
pub type_: c_ushort,
pub prio: c_ushort,
}Fields§
§type_: c_ushort§prio: c_ushortTrait Implementations§
Auto Trait Implementations§
impl Freeze for rtprio
impl RefUnwindSafe for rtprio
impl Send for rtprio
impl Sync for rtprio
impl Unpin for rtprio
impl UnwindSafe for rtprio
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