pub struct SideInfo0<'a> {
pub name: Name<'a>,
pub version: Hexa<'a>,
}Expand description
Information about a platform side.
Fields§
§name: Name<'a>Name of the platform.
This field has no particular interpretation.
version: Hexa<'a>Version of the platform.
This field is interpreted by lexicographical order.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for SideInfo0<'a>
impl<'a> RefUnwindSafe for SideInfo0<'a>
impl<'a> Send for SideInfo0<'a>
impl<'a> Sync for SideInfo0<'a>
impl<'a> Unpin for SideInfo0<'a>
impl<'a> UnsafeUnpin for SideInfo0<'a>
impl<'a> UnwindSafe for SideInfo0<'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