#[repr(C)]pub struct PioScucStartupLimitView {
pub start_time_hours: f64,
pub end_time_hours: f64,
pub maximum_startups: u64,
}Expand description
One limit on the number of device startups during a time window.
Fields§
§start_time_hours: f64§end_time_hours: f64§maximum_startups: u64Trait Implementations§
Source§impl Clone for PioScucStartupLimitView
impl Clone for PioScucStartupLimitView
Source§fn clone(&self) -> PioScucStartupLimitView
fn clone(&self) -> PioScucStartupLimitView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PioScucStartupLimitView
Auto Trait Implementations§
impl Freeze for PioScucStartupLimitView
impl RefUnwindSafe for PioScucStartupLimitView
impl Send for PioScucStartupLimitView
impl Sync for PioScucStartupLimitView
impl Unpin for PioScucStartupLimitView
impl UnsafeUnpin for PioScucStartupLimitView
impl UnwindSafe for PioScucStartupLimitView
Blanket Implementations§
impl<T> Allocation for T
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