#[repr(C)]pub struct RtAttrs {
pub deadline: u64,
pub period: u32,
pub budget: u32,
}Fields§
§deadline: u64§period: u32§budget: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for RtAttrs
impl RefUnwindSafe for RtAttrs
impl Send for RtAttrs
impl Sync for RtAttrs
impl Unpin for RtAttrs
impl UnwindSafe for RtAttrs
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