pub struct NodeAttributes<T0, T1, T2, T3, T4, T5, T6> {
pub mode: T0,
pub id: T1,
pub content_size: T2,
pub storage_size: T3,
pub link_count: T4,
pub creation_time: T5,
pub modification_time: T6,
}Fields§
§mode: T0§id: T1§content_size: T2§storage_size: T3§link_count: T4§creation_time: T5§modification_time: T6Trait Implementations§
Source§impl<___E, T0, T1, T2, T3, T4, T5, T6> Encode<NodeAttributes, ___E> for NodeAttributes<T0, T1, T2, T3, T4, T5, T6>where
___E: InternalHandleEncoder + ?Sized,
T0: Encode<WireU32, ___E>,
T1: Encode<WireU64, ___E>,
T2: Encode<WireU64, ___E>,
T3: Encode<WireU64, ___E>,
T4: Encode<WireU64, ___E>,
T5: Encode<WireU64, ___E>,
T6: Encode<WireU64, ___E>,
impl<___E, T0, T1, T2, T3, T4, T5, T6> Encode<NodeAttributes, ___E> for NodeAttributes<T0, T1, T2, T3, T4, T5, T6>where
___E: InternalHandleEncoder + ?Sized,
T0: Encode<WireU32, ___E>,
T1: Encode<WireU64, ___E>,
T2: Encode<WireU64, ___E>,
T3: Encode<WireU64, ___E>,
T4: Encode<WireU64, ___E>,
T5: Encode<WireU64, ___E>,
T6: Encode<WireU64, ___E>,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<NodeAttributes>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<NodeAttributes>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Auto Trait Implementations§
impl<T0, T1, T2, T3, T4, T5, T6> Freeze for NodeAttributes<T0, T1, T2, T3, T4, T5, T6>
impl<T0, T1, T2, T3, T4, T5, T6> RefUnwindSafe for NodeAttributes<T0, T1, T2, T3, T4, T5, T6>where
T0: RefUnwindSafe,
T1: RefUnwindSafe,
T2: RefUnwindSafe,
T3: RefUnwindSafe,
T4: RefUnwindSafe,
T5: RefUnwindSafe,
T6: RefUnwindSafe,
impl<T0, T1, T2, T3, T4, T5, T6> Send for NodeAttributes<T0, T1, T2, T3, T4, T5, T6>
impl<T0, T1, T2, T3, T4, T5, T6> Sync for NodeAttributes<T0, T1, T2, T3, T4, T5, T6>
impl<T0, T1, T2, T3, T4, T5, T6> Unpin for NodeAttributes<T0, T1, T2, T3, T4, T5, T6>
impl<T0, T1, T2, T3, T4, T5, T6> UnwindSafe for NodeAttributes<T0, T1, T2, T3, T4, T5, T6>where
T0: UnwindSafe,
T1: UnwindSafe,
T2: UnwindSafe,
T3: UnwindSafe,
T4: UnwindSafe,
T5: UnwindSafe,
T6: UnwindSafe,
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]