#[repr(C)]pub struct WireCompositeDriverMatch<'de> { /* private fields */ }
Expand description
The wire type corresponding to CompositeDriverMatch
.
Implementations§
Source§impl<'de> WireCompositeDriverMatch<'de>
impl<'de> WireCompositeDriverMatch<'de>
pub fn composite_driver(&self) -> Option<&WireCompositeDriverInfo<'de>>
pub fn parent_names(&self) -> Option<&WireVector<'de, WireString<'de>>>
pub fn primary_parent_index(&self) -> Option<&WireU32>
Trait Implementations§
Source§impl<'de> Debug for WireCompositeDriverMatch<'de>
impl<'de> Debug for WireCompositeDriverMatch<'de>
Source§impl<___D> Decode<___D> for WireCompositeDriverMatch<'static>where
___D: Decoder + ?Sized,
impl<___D> Decode<___D> for WireCompositeDriverMatch<'static>where
___D: Decoder + ?Sized,
Source§impl<'de> Drop for WireCompositeDriverMatch<'de>
impl<'de> Drop for WireCompositeDriverMatch<'de>
Source§impl<'de> FromWire<WireCompositeDriverMatch<'de>> for CompositeDriverMatch
impl<'de> FromWire<WireCompositeDriverMatch<'de>> for CompositeDriverMatch
Source§fn from_wire(wire: WireCompositeDriverMatch<'de>) -> Self
fn from_wire(wire: WireCompositeDriverMatch<'de>) -> Self
Converts the given
wire
to this type.§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl<'de> FromWireRef<WireCompositeDriverMatch<'de>> for CompositeDriverMatch
impl<'de> FromWireRef<WireCompositeDriverMatch<'de>> for CompositeDriverMatch
Source§fn from_wire_ref(wire: &WireCompositeDriverMatch<'de>) -> Self
fn from_wire_ref(wire: &WireCompositeDriverMatch<'de>) -> Self
Converts the given
wire
reference to this type.Source§impl Wire for WireCompositeDriverMatch<'static>
impl Wire for WireCompositeDriverMatch<'static>
Source§type Decoded<'de> = WireCompositeDriverMatch<'de>
type Decoded<'de> = WireCompositeDriverMatch<'de>
The decoded wire type, restricted to the
'de
lifetime.Source§fn zero_padding(out: &mut MaybeUninit<Self>)
fn zero_padding(out: &mut MaybeUninit<Self>)
Writes zeroes to the padding for this type, if any.
Auto Trait Implementations§
impl<'de> Freeze for WireCompositeDriverMatch<'de>
impl<'de> RefUnwindSafe for WireCompositeDriverMatch<'de>
impl<'de> !Send for WireCompositeDriverMatch<'de>
impl<'de> !Sync for WireCompositeDriverMatch<'de>
impl<'de> Unpin for WireCompositeDriverMatch<'de>
impl<'de> !UnwindSafe for WireCompositeDriverMatch<'de>
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