pub struct OutgoingBindingExpressionView {
pub ty: WebidlTypeRef,
pub offset: u32,
pub length: u32,
}Fields§
§ty: WebidlTypeRef§offset: u32§length: u32Trait Implementations§
Source§impl Clone for OutgoingBindingExpressionView
impl Clone for OutgoingBindingExpressionView
Source§fn clone(&self) -> OutgoingBindingExpressionView
fn clone(&self) -> OutgoingBindingExpressionView
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 From<OutgoingBindingExpressionView> for OutgoingBindingExpression
impl From<OutgoingBindingExpressionView> for OutgoingBindingExpression
Source§fn from(s: OutgoingBindingExpressionView) -> Self
fn from(s: OutgoingBindingExpressionView) -> Self
Converts to this type from the input type.
Source§impl PartialEq for OutgoingBindingExpressionView
impl PartialEq for OutgoingBindingExpressionView
Source§fn eq(&self, other: &OutgoingBindingExpressionView) -> bool
fn eq(&self, other: &OutgoingBindingExpressionView) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for OutgoingBindingExpressionView
impl StructuralPartialEq for OutgoingBindingExpressionView
Auto Trait Implementations§
impl Freeze for OutgoingBindingExpressionView
impl RefUnwindSafe for OutgoingBindingExpressionView
impl Send for OutgoingBindingExpressionView
impl Sync for OutgoingBindingExpressionView
impl Unpin for OutgoingBindingExpressionView
impl UnwindSafe for OutgoingBindingExpressionView
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