Struct panda_sys::CPUState_watchpoints_head [−][src]
#[repr(C)]pub struct CPUState_watchpoints_head { pub tqh_first: *mut CPUWatchpoint, pub tqh_last: *mut *mut CPUWatchpoint, }
Fields
tqh_first: *mut CPUWatchpointtqh_last: *mut *mut CPUWatchpointTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CPUState_watchpoints_headimpl !Send for CPUState_watchpoints_headimpl !Sync for CPUState_watchpoints_headimpl Unpin for CPUState_watchpoints_headimpl UnwindSafe for CPUState_watchpoints_headBlanket Implementations
Mutably borrows from an owned value. Read more