pub enum EDFSpecifications {
EDF,
EDFPlus,
}Variants§
EDF
The original EDF specification from 1992. See the official specifications here.
EDFPlus
The extended EDF specification from 2003. See the official specifications here.
Trait Implementations§
Source§impl Clone for EDFSpecifications
impl Clone for EDFSpecifications
Source§fn clone(&self) -> EDFSpecifications
fn clone(&self) -> EDFSpecifications
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 EDFSpecifications
impl Debug for EDFSpecifications
Source§impl Default for EDFSpecifications
impl Default for EDFSpecifications
Source§fn default() -> EDFSpecifications
fn default() -> EDFSpecifications
Returns the “default value” for a type. Read more
Source§impl PartialEq for EDFSpecifications
impl PartialEq for EDFSpecifications
impl StructuralPartialEq for EDFSpecifications
Auto Trait Implementations§
impl Freeze for EDFSpecifications
impl RefUnwindSafe for EDFSpecifications
impl Send for EDFSpecifications
impl Sync for EDFSpecifications
impl Unpin for EDFSpecifications
impl UnwindSafe for EDFSpecifications
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