Struct biodivine_lib_param_bn::sbml::import::_read_layout::SbmlLayout
source · [−]Expand description
A very simple representation of the SBML layout XML object.
If contains dimensions of the layout and a mapping from SBML ids to coordinates in such layout.
Fields
dimensions: (f64, f64)
glyphs: HashMap<String, (f64, f64)>
Trait Implementations
sourceimpl Clone for SbmlLayout
impl Clone for SbmlLayout
sourcefn clone(&self) -> SbmlLayout
fn clone(&self) -> SbmlLayout
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for SbmlLayout
impl Debug for SbmlLayout
sourceimpl PartialEq<SbmlLayout> for SbmlLayout
impl PartialEq<SbmlLayout> for SbmlLayout
sourcefn eq(&self, other: &SbmlLayout) -> bool
fn eq(&self, other: &SbmlLayout) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &SbmlLayout) -> bool
fn ne(&self, other: &SbmlLayout) -> bool
This method tests for !=
.
impl StructuralPartialEq for SbmlLayout
Auto Trait Implementations
impl RefUnwindSafe for SbmlLayout
impl Send for SbmlLayout
impl Sync for SbmlLayout
impl Unpin for SbmlLayout
impl UnwindSafe for SbmlLayout
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more