#[repr(C)]pub struct WireUseEventStream { /* private fields */ }
Expand description
The wire type corresponding to UseEventStream
.
Implementations§
Source§impl WireUseEventStream
impl WireUseEventStream
pub fn source_name(&self) -> Option<&WireString>
pub fn source(&self) -> Option<&WireRef>
pub fn scope(&self) -> Option<&WireVector<WireRef>>
pub fn target_path(&self) -> Option<&WireString>
pub fn availability(&self) -> Option<&WireAvailability>
pub fn filter(&self) -> Option<&WireDictionary>
Trait Implementations§
Source§impl Debug for WireUseEventStream
impl Debug for WireUseEventStream
Source§impl<___D> Decode<___D> for WireUseEventStreamwhere
___D: Decoder + ?Sized,
impl<___D> Decode<___D> for WireUseEventStreamwhere
___D: Decoder + ?Sized,
Source§impl TakeFrom<WireUseEventStream> for UseEventStream
impl TakeFrom<WireUseEventStream> for UseEventStream
Source§fn take_from(from: &WireUseEventStream) -> Self
fn take_from(from: &WireUseEventStream) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreSource§impl TakeFrom<WireUseEventStream> for UseEventStream
impl TakeFrom<WireUseEventStream> for UseEventStream
Source§fn take_from(from: &WireUseEventStream) -> Self
fn take_from(from: &WireUseEventStream) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreSource§impl ZeroPadding for WireUseEventStream
impl ZeroPadding for WireUseEventStream
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 Freeze for WireUseEventStream
impl RefUnwindSafe for WireUseEventStream
impl !Send for WireUseEventStream
impl !Sync for WireUseEventStream
impl Unpin for WireUseEventStream
impl UnwindSafe for WireUseEventStream
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