#[repr(C)]pub struct DetectingRegionEntryData {
pub target_index: u64,
pub target_is_observable: bool,
pub tick: u64,
pub pauli: String,
}Fields§
§target_index: u64§target_is_observable: bool§tick: u64§pauli: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for DetectingRegionEntryData
impl RefUnwindSafe for DetectingRegionEntryData
impl Send for DetectingRegionEntryData
impl Sync for DetectingRegionEntryData
impl Unpin for DetectingRegionEntryData
impl UnsafeUnpin for DetectingRegionEntryData
impl UnwindSafe for DetectingRegionEntryData
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