pub struct TransientOwnership {
pub transient_browsing_context_id: TransientBrowsingContextId,
pub parent_browsing_context_id: BrowsingContextId,
pub kind: TransientBrowsingContextKind,
}Expand description
Ownership relationship for a transient browsing context.
Fields§
§transient_browsing_context_id: TransientBrowsingContextIdTransient browsing context tracked by the compositor.
parent_browsing_context_id: BrowsingContextIdParent browsing context that owns the transient context.
kind: TransientBrowsingContextKindBackend-reported transient kind.
Trait Implementations§
Source§impl Clone for TransientOwnership
impl Clone for TransientOwnership
Source§fn clone(&self) -> TransientOwnership
fn clone(&self) -> TransientOwnership
Returns a duplicate 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 TransientOwnership
impl Debug for TransientOwnership
Source§impl PartialEq for TransientOwnership
impl PartialEq for TransientOwnership
impl Copy for TransientOwnership
impl Eq for TransientOwnership
impl StructuralPartialEq for TransientOwnership
Auto Trait Implementations§
impl Freeze for TransientOwnership
impl RefUnwindSafe for TransientOwnership
impl Send for TransientOwnership
impl Sync for TransientOwnership
impl Unpin for TransientOwnership
impl UnsafeUnpin for TransientOwnership
impl UnwindSafe for TransientOwnership
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.