pub struct FirstVertexValue(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl IsSetFirstVertex for FirstVertexValue
impl IsSetFirstVertex for FirstVertexValue
impl Field for FirstVertexValue
Auto Trait Implementations§
impl Freeze for FirstVertexValue
impl RefUnwindSafe for FirstVertexValue
impl Send for FirstVertexValue
impl Sync for FirstVertexValue
impl Unpin for FirstVertexValue
impl UnwindSafe for FirstVertexValue
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