DebuggerFrameEventMethods

pub trait DebuggerFrameEventMethods<D: DomTypes> {
    // Required methods
    fn PipelineId(&self) -> DomRoot<D::PipelineId>;
    fn Start(&self) -> u32;
    fn Count(&self) -> u32;
    fn IsTrusted(&self) -> bool;
}

Required Methods§

Source

fn PipelineId(&self) -> DomRoot<D::PipelineId>

Source

fn Start(&self) -> u32

Source

fn Count(&self) -> u32

Source

fn IsTrusted(&self) -> bool

Implementors§