mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00
rust: vmstate: remove redundant link targets
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
ebacd14a6f
commit
ee7d3aec54
1 changed files with 2 additions and 3 deletions
|
@ -191,10 +191,9 @@ pub const fn vmstate_varray_flag<T: VMState>(_: PhantomData<T>) -> VMStateFlags
|
|||
/// * scalar types (integer and `bool`)
|
||||
/// * the C struct `QEMUTimer`
|
||||
/// * a transparent wrapper for any of the above (`Cell`, `UnsafeCell`,
|
||||
/// [`BqlCell`](crate::cell::BqlCell), [`BqlRefCell`](crate::cell::BqlRefCell)
|
||||
/// [`BqlCell`], [`BqlRefCell`]
|
||||
/// * a raw pointer to any of the above
|
||||
/// * a `NonNull` pointer, a `Box` or an [`Owned`](crate::qom::Owned) for any of
|
||||
/// the above
|
||||
/// * a `NonNull` pointer, a `Box` or an [`Owned`] for any of the above
|
||||
/// * an array of any of the above
|
||||
///
|
||||
/// In order to support other types, the trait `VMState` must be implemented
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue