#[repr(C)]pub struct WireNodeDeprecatedSetAttrResponse {
pub s: WireI32,
}
Expand description
The wire type corresponding to NodeDeprecatedSetAttrResponse
.
Fields§
§s: WireI32
Trait Implementations§
Source§impl Clone for WireNodeDeprecatedSetAttrResponse
impl Clone for WireNodeDeprecatedSetAttrResponse
Source§fn clone(&self) -> WireNodeDeprecatedSetAttrResponse
fn clone(&self) -> WireNodeDeprecatedSetAttrResponse
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<___D> Decode<___D> for WireNodeDeprecatedSetAttrResponsewhere
___D: InternalHandleDecoder + ?Sized,
impl<___D> Decode<___D> for WireNodeDeprecatedSetAttrResponsewhere
___D: InternalHandleDecoder + ?Sized,
Source§impl FromWire<WireNodeDeprecatedSetAttrResponse> for NodeDeprecatedSetAttrResponse
impl FromWire<WireNodeDeprecatedSetAttrResponse> for NodeDeprecatedSetAttrResponse
Source§const COPY_OPTIMIZATION: CopyOptimization<WireNodeDeprecatedSetAttrResponse, Self>
const COPY_OPTIMIZATION: CopyOptimization<WireNodeDeprecatedSetAttrResponse, Self>
Source§fn from_wire(wire: WireNodeDeprecatedSetAttrResponse) -> Self
fn from_wire(wire: WireNodeDeprecatedSetAttrResponse) -> Self
Converts the given
wire
to this type.Source§impl FromWireRef<WireNodeDeprecatedSetAttrResponse> for NodeDeprecatedSetAttrResponse
impl FromWireRef<WireNodeDeprecatedSetAttrResponse> for NodeDeprecatedSetAttrResponse
Source§fn from_wire_ref(wire: &WireNodeDeprecatedSetAttrResponse) -> Self
fn from_wire_ref(wire: &WireNodeDeprecatedSetAttrResponse) -> Self
Converts the given
wire
reference to this type.Source§impl Wire for WireNodeDeprecatedSetAttrResponse
impl Wire for WireNodeDeprecatedSetAttrResponse
Source§type Decoded<'de> = WireNodeDeprecatedSetAttrResponse
type Decoded<'de> = WireNodeDeprecatedSetAttrResponse
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 Freeze for WireNodeDeprecatedSetAttrResponse
impl RefUnwindSafe for WireNodeDeprecatedSetAttrResponse
impl Send for WireNodeDeprecatedSetAttrResponse
impl Sync for WireNodeDeprecatedSetAttrResponse
impl Unpin for WireNodeDeprecatedSetAttrResponse
impl UnwindSafe for WireNodeDeprecatedSetAttrResponse
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