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