pub struct VMIdentifier {
pub vm_type: [u8; 2],
}Fields§
§vm_type: [u8; 2]Trait Implementations§
Source§impl Clone for VMIdentifier
impl Clone for VMIdentifier
Source§fn clone(&self) -> VMIdentifier
fn clone(&self) -> VMIdentifier
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VMIdentifier
impl Debug for VMIdentifier
Source§impl Default for VMIdentifier
impl Default for VMIdentifier
impl Copy for VMIdentifier
Auto Trait Implementations§
impl Freeze for VMIdentifier
impl RefUnwindSafe for VMIdentifier
impl Send for VMIdentifier
impl Sync for VMIdentifier
impl Unpin for VMIdentifier
impl UnwindSafe for VMIdentifier
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