pub struct PropellerEdge {
pub from_addr: u64,
pub to_addr: u64,
pub weight: u64,
}Fields§
§from_addr: u64§to_addr: u64§weight: u64Trait Implementations§
Source§impl Clone for PropellerEdge
impl Clone for PropellerEdge
Source§fn clone(&self) -> PropellerEdge
fn clone(&self) -> PropellerEdge
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 moreAuto Trait Implementations§
impl Freeze for PropellerEdge
impl RefUnwindSafe for PropellerEdge
impl Send for PropellerEdge
impl Sync for PropellerEdge
impl Unpin for PropellerEdge
impl UnsafeUnpin for PropellerEdge
impl UnwindSafe for PropellerEdge
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