#[repr(C)]pub struct MVDependency {
pub degree: f64,
pub nattributes: AttrNumber,
pub attributes: __IncompleteArrayField<AttrNumber>,
}Fields§
§degree: f64§nattributes: AttrNumber§attributes: __IncompleteArrayField<AttrNumber>Trait Implementations§
Source§impl Debug for MVDependency
impl Debug for MVDependency
Source§impl Default for MVDependency
impl Default for MVDependency
Source§fn default() -> MVDependency
fn default() -> MVDependency
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MVDependency
impl RefUnwindSafe for MVDependency
impl Send for MVDependency
impl Sync for MVDependency
impl Unpin for MVDependency
impl UnwindSafe for MVDependency
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