#[repr(C)]pub struct WireMutableNodeAttributes<'de> { /* private fields */ }
Expand description
The wire type corresponding to MutableNodeAttributes
.
Implementations§
Source§impl<'de> WireMutableNodeAttributes<'de>
impl<'de> WireMutableNodeAttributes<'de>
pub fn creation_time(&self) -> Option<&WireU64>
pub fn modification_time(&self) -> Option<&WireU64>
pub fn mode(&self) -> Option<&WireU32>
pub fn uid(&self) -> Option<&WireU32>
pub fn gid(&self) -> Option<&WireU32>
pub fn rdev(&self) -> Option<&WireU64>
pub fn access_time(&self) -> Option<&WireU64>
pub fn casefold(&self) -> Option<&bool>
pub fn selinux_context(&self) -> Option<&WireSelinuxContext<'de>>
pub fn wrapping_key_id(&self) -> Option<&[u8; 16]>
Trait Implementations§
Source§impl<'de> Debug for WireMutableNodeAttributes<'de>
impl<'de> Debug for WireMutableNodeAttributes<'de>
Source§impl<___D> Decode<___D> for WireMutableNodeAttributes<'static>where
___D: Decoder + ?Sized,
impl<___D> Decode<___D> for WireMutableNodeAttributes<'static>where
___D: Decoder + ?Sized,
Source§impl<'de> Drop for WireMutableNodeAttributes<'de>
impl<'de> Drop for WireMutableNodeAttributes<'de>
Source§impl<'de> FromWire<WireMutableNodeAttributes<'de>> for MutableNodeAttributes
impl<'de> FromWire<WireMutableNodeAttributes<'de>> for MutableNodeAttributes
Source§fn from_wire(wire_: WireMutableNodeAttributes<'de>) -> Self
fn from_wire(wire_: WireMutableNodeAttributes<'de>) -> Self
Converts the given
wire
to this type.§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl<'de> FromWireRef<WireMutableNodeAttributes<'de>> for MutableNodeAttributes
impl<'de> FromWireRef<WireMutableNodeAttributes<'de>> for MutableNodeAttributes
Source§fn from_wire_ref(wire: &WireMutableNodeAttributes<'de>) -> Self
fn from_wire_ref(wire: &WireMutableNodeAttributes<'de>) -> Self
Converts the given
wire
reference to this type.Source§impl<'de> IntoNatural for WireMutableNodeAttributes<'de>
impl<'de> IntoNatural for WireMutableNodeAttributes<'de>
Source§type Natural = MutableNodeAttributes
type Natural = MutableNodeAttributes
A good default type for this wire type to convert into.
§fn into_natural(self) -> Self::Natural
fn into_natural(self) -> Self::Natural
Converts this type into its natural equivalent.
Source§impl Wire for WireMutableNodeAttributes<'static>
impl Wire for WireMutableNodeAttributes<'static>
Source§type Decoded<'de> = WireMutableNodeAttributes<'de>
type Decoded<'de> = WireMutableNodeAttributes<'de>
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<'de> Freeze for WireMutableNodeAttributes<'de>
impl<'de> RefUnwindSafe for WireMutableNodeAttributes<'de>
impl<'de> Send for WireMutableNodeAttributes<'de>
impl<'de> Sync for WireMutableNodeAttributes<'de>
impl<'de> Unpin for WireMutableNodeAttributes<'de>
impl<'de> !UnwindSafe for WireMutableNodeAttributes<'de>
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
Source§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
Source§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T
to [Self
]