pub struct SetTimingDerate {}Expand description
A type containing information of set_timing_derate
Fields§
§cell_delay: bool§cell_check: bool§net_delay: bool§data: bool§clock: bool§early: bool§late: bool§rise: bool§fall: bool§static: bool§dynamic: bool§increment: bool§derate_value: f64§object_list: Option<Object>Trait Implementations§
Source§impl Clone for SetTimingDerate
impl Clone for SetTimingDerate
Source§fn clone(&self) -> SetTimingDerate
fn clone(&self) -> SetTimingDerate
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 SetTimingDerate
impl Debug for SetTimingDerate
Source§impl Default for SetTimingDerate
impl Default for SetTimingDerate
Source§fn default() -> SetTimingDerate
fn default() -> SetTimingDerate
Returns the “default value” for a type. Read more
Source§impl Display for SetTimingDerate
impl Display for SetTimingDerate
Source§impl PartialEq for SetTimingDerate
impl PartialEq for SetTimingDerate
impl StructuralPartialEq for SetTimingDerate
Auto Trait Implementations§
impl Freeze for SetTimingDerate
impl RefUnwindSafe for SetTimingDerate
impl Send for SetTimingDerate
impl Sync for SetTimingDerate
impl Unpin for SetTimingDerate
impl UnwindSafe for SetTimingDerate
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more