Type Alias BrowsingContextId

Source
pub type BrowsingContextId = NamespaceIndex<BrowsingContextIndex>;

Aliased Type§

pub struct BrowsingContextId {
    pub namespace_id: PipelineNamespaceId,
    pub index: Index<BrowsingContextIndex>,
}

Fields§

§namespace_id: PipelineNamespaceId§index: Index<BrowsingContextIndex>

Implementations§

Trait Implementations§

Source§

impl From<WebViewId> for BrowsingContextId

Source§

fn from(id: WebViewId) -> BrowsingContextId

Converts to this type from the input type.
Source§

impl PartialEq<WebViewId> for BrowsingContextId

Source§

fn eq(&self, rhs: &WebViewId) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.