pub struct VertexWeight<'a>(/* private fields */);
Expand description
Vertex weight type
Trait Implementations§
Source§impl<'a> Deref for VertexWeight<'a>
impl<'a> Deref for VertexWeight<'a>
Source§type Target = AiVertexWeight
type Target = AiVertexWeight
The resulting type after dereferencing.
Source§fn deref<'b>(&'b self) -> &'b AiVertexWeight
fn deref<'b>(&'b self) -> &'b AiVertexWeight
Dereferences the value.
Auto Trait Implementations§
impl<'a> Freeze for VertexWeight<'a>
impl<'a> RefUnwindSafe for VertexWeight<'a>
impl<'a> Send for VertexWeight<'a>
impl<'a> Sync for VertexWeight<'a>
impl<'a> Unpin for VertexWeight<'a>
impl<'a> UnwindSafe for VertexWeight<'a>
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