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