pub struct Sim {
pub id: Id,
pub status: Status,
pub uuid: UUID,
}
Expand description
Struct containings type structs for the Sim interface.
Fields§
§id: Id
Getters for the ID portion of the Status and ID register
status: Status
Getters for the Status portion of the Status and ID register
uuid: UUID
Getters for the UUID register
Auto Trait Implementations§
impl Freeze for Sim
impl RefUnwindSafe for Sim
impl Send for Sim
impl Sync for Sim
impl Unpin for Sim
impl UnwindSafe for Sim
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