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