pub struct FilesystemInfo<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> {
pub total_bytes: T0,
pub used_bytes: T1,
pub total_nodes: T2,
pub used_nodes: T3,
pub free_shared_pool_bytes: T4,
pub fs_id: T5,
pub block_size: T6,
pub max_filename_size: T7,
pub fs_type: T8,
pub padding: T9,
pub name: T10,
}Fields§
§total_bytes: T0§used_bytes: T1§total_nodes: T2§used_nodes: T3§fs_id: T5§block_size: T6§max_filename_size: T7§fs_type: T8§padding: T9§name: T10Trait Implementations§
Source§impl<___E, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> Encode<FilesystemInfo, ___E> for FilesystemInfo<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>where
___E: InternalHandleEncoder + ?Sized,
T0: Encode<WireU64, ___E>,
T1: Encode<WireU64, ___E>,
T2: Encode<WireU64, ___E>,
T3: Encode<WireU64, ___E>,
T4: Encode<WireU64, ___E>,
T5: Encode<WireU64, ___E>,
T6: Encode<WireU32, ___E>,
T7: Encode<WireU32, ___E>,
T8: Encode<WireU32, ___E>,
T9: Encode<WireU32, ___E>,
T10: Encode<[i8; 32], ___E>,
impl<___E, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> Encode<FilesystemInfo, ___E> for FilesystemInfo<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>where
___E: InternalHandleEncoder + ?Sized,
T0: Encode<WireU64, ___E>,
T1: Encode<WireU64, ___E>,
T2: Encode<WireU64, ___E>,
T3: Encode<WireU64, ___E>,
T4: Encode<WireU64, ___E>,
T5: Encode<WireU64, ___E>,
T6: Encode<WireU32, ___E>,
T7: Encode<WireU32, ___E>,
T8: Encode<WireU32, ___E>,
T9: Encode<WireU32, ___E>,
T10: Encode<[i8; 32], ___E>,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<FilesystemInfo>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<FilesystemInfo>, _: (), ) -> 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, T7, T8, T9, T10> Freeze for FilesystemInfo<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>
impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> RefUnwindSafe for FilesystemInfo<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>where
T0: RefUnwindSafe,
T1: RefUnwindSafe,
T2: RefUnwindSafe,
T3: RefUnwindSafe,
T4: RefUnwindSafe,
T5: RefUnwindSafe,
T6: RefUnwindSafe,
T7: RefUnwindSafe,
T8: RefUnwindSafe,
T9: RefUnwindSafe,
T10: RefUnwindSafe,
impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> Send for FilesystemInfo<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>
impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> Sync for FilesystemInfo<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>
impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> Unpin for FilesystemInfo<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>
impl<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> UnwindSafe for FilesystemInfo<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>where
T0: UnwindSafe,
T1: UnwindSafe,
T2: UnwindSafe,
T3: UnwindSafe,
T4: UnwindSafe,
T5: UnwindSafe,
T6: UnwindSafe,
T7: UnwindSafe,
T8: UnwindSafe,
T9: UnwindSafe,
T10: 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]