#[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> 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 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