#[repr(C)]pub struct WireMutableNodeAttributes { /* private fields */ }
Expand description
The wire type corresponding to MutableNodeAttributes
.
Implementations§
Source§impl WireMutableNodeAttributes
impl WireMutableNodeAttributes
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>
pub fn wrapping_key_id(&self) -> Option<&[u8; 16]>
Trait Implementations§
Source§impl Debug for WireMutableNodeAttributes
impl Debug for WireMutableNodeAttributes
Source§impl<___D> Decode<___D> for WireMutableNodeAttributeswhere
___D: Decoder + ?Sized,
impl<___D> Decode<___D> for WireMutableNodeAttributeswhere
___D: Decoder + ?Sized,
Source§impl TakeFrom<WireMutableNodeAttributes> for MutableNodeAttributes
impl TakeFrom<WireMutableNodeAttributes> for MutableNodeAttributes
Source§fn take_from(from: &WireMutableNodeAttributes) -> Self
fn take_from(from: &WireMutableNodeAttributes) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreSource§impl TakeFrom<WireMutableNodeAttributes> for MutableNodeAttributes
impl TakeFrom<WireMutableNodeAttributes> for MutableNodeAttributes
Source§fn take_from(from: &WireMutableNodeAttributes) -> Self
fn take_from(from: &WireMutableNodeAttributes) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreSource§impl ZeroPadding for WireMutableNodeAttributes
impl ZeroPadding for WireMutableNodeAttributes
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 WireMutableNodeAttributes
impl RefUnwindSafe for WireMutableNodeAttributes
impl !Send for WireMutableNodeAttributes
impl !Sync for WireMutableNodeAttributes
impl Unpin for WireMutableNodeAttributes
impl UnwindSafe for WireMutableNodeAttributes
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