#[repr(C)]pub struct PioTemporaryLimitView {
pub name: PioStringView,
pub value: f64,
pub acceptable_duration_seconds: u64,
pub fictitious: bool,
}Expand description
One temporary source neutral loading limit.
Fields§
§name: PioStringView§value: f64§acceptable_duration_seconds: u64§fictitious: boolTrait Implementations§
Source§impl Clone for PioTemporaryLimitView
impl Clone for PioTemporaryLimitView
Source§fn clone(&self) -> PioTemporaryLimitView
fn clone(&self) -> PioTemporaryLimitView
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 PioTemporaryLimitView
Auto Trait Implementations§
impl !Send for PioTemporaryLimitView
impl !Sync for PioTemporaryLimitView
impl Freeze for PioTemporaryLimitView
impl RefUnwindSafe for PioTemporaryLimitView
impl Unpin for PioTemporaryLimitView
impl UnsafeUnpin for PioTemporaryLimitView
impl UnwindSafe for PioTemporaryLimitView
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