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