#[repr(C)]pub struct ClampConfig {
pub min_delay: Duration,
pub max_delay: Duration,
pub inner: PolicyNodeIndex,
}Fields§
§min_delay: Duration§max_delay: Duration§inner: PolicyNodeIndexTrait Implementations§
Source§impl Clone for ClampConfig
impl Clone for ClampConfig
Source§fn clone(&self) -> ClampConfig
fn clone(&self) -> ClampConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ClampConfig
impl Debug for ClampConfig
impl Copy for ClampConfig
Auto Trait Implementations§
impl Freeze for ClampConfig
impl RefUnwindSafe for ClampConfig
impl Send for ClampConfig
impl Sync for ClampConfig
impl Unpin for ClampConfig
impl UnsafeUnpin for ClampConfig
impl UnwindSafe for ClampConfig
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