#[repr(C)]pub struct WireConnectionInfo { /* private fields */ }
Expand description
The wire type corresponding to ConnectionInfo
.
Implementations§
Source§impl WireConnectionInfo
impl WireConnectionInfo
pub fn rights(&self) -> Option<&WireOperations>
Trait Implementations§
Source§impl Debug for WireConnectionInfo
impl Debug for WireConnectionInfo
Source§impl<___D> Decode<___D> for WireConnectionInfowhere
___D: Decoder + ?Sized + HandleDecoder,
impl<___D> Decode<___D> for WireConnectionInfowhere
___D: Decoder + ?Sized + HandleDecoder,
Source§impl TakeFrom<WireConnectionInfo> for ConnectionInfo
impl TakeFrom<WireConnectionInfo> for ConnectionInfo
Source§fn take_from(from: &WireConnectionInfo) -> Self
fn take_from(from: &WireConnectionInfo) -> 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<WireConnectionInfo> for ConnectionInfo
impl TakeFrom<WireConnectionInfo> for ConnectionInfo
Source§fn take_from(from: &WireConnectionInfo) -> Self
fn take_from(from: &WireConnectionInfo) -> 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 WireConnectionInfo
impl ZeroPadding for WireConnectionInfo
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 WireConnectionInfo
impl RefUnwindSafe for WireConnectionInfo
impl !Send for WireConnectionInfo
impl !Sync for WireConnectionInfo
impl Unpin for WireConnectionInfo
impl UnwindSafe for WireConnectionInfo
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