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