pub struct DoorbellMatch {
pub guest_address: u64,
pub value: Option<u64>,
pub length: Option<u32>,
}
Fields§
§guest_address: u64
§value: Option<u64>
§length: Option<u32>
Trait Implementations§
Source§impl Clone for DoorbellMatch
impl Clone for DoorbellMatch
Source§fn clone(&self) -> DoorbellMatch
fn clone(&self) -> DoorbellMatch
Returns a copy 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 DoorbellMatch
impl Debug for DoorbellMatch
impl Copy for DoorbellMatch
Auto Trait Implementations§
impl Freeze for DoorbellMatch
impl RefUnwindSafe for DoorbellMatch
impl Send for DoorbellMatch
impl Sync for DoorbellMatch
impl Unpin for DoorbellMatch
impl UnwindSafe for DoorbellMatch
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