pub struct SunspecID {
pub id: [u8; 4],
}
Fields§
§id: [u8; 4]
Trait Implementations§
impl Copy for SunspecID
Auto Trait Implementations§
impl Freeze for SunspecID
impl RefUnwindSafe for SunspecID
impl Send for SunspecID
impl Sync for SunspecID
impl Unpin for SunspecID
impl UnwindSafe for SunspecID
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