pub struct WireRef { /* private fields */ }
Expand description
The wire type corresponding to Ref
.
Implementations§
Trait Implementations§
Source§impl ZeroPadding for WireRef
impl ZeroPadding for WireRef
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 WireRef
impl RefUnwindSafe for WireRef
impl !Send for WireRef
impl !Sync for WireRef
impl Unpin for WireRef
impl UnwindSafe for WireRef
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