Type Alias DynFileDescriptionRef

Source
pub type DynFileDescriptionRef = FileDescriptionRef<dyn FileDescription>;

Aliased Type§

struct DynFileDescriptionRef(Rc<FdIdWith<dyn FileDescription>>);

Fields§

§0: Rc<FdIdWith<dyn FileDescription>>

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 16 bytes

Implementations

Trait Implementations

Source§

impl<T: ?Sized> Clone for FileDescriptionRef<T>

Source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<T: Debug + ?Sized> Debug for FileDescriptionRef<T>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<T: ?Sized> Deref for FileDescriptionRef<T>

Source§

type Target = T

The resulting type after dereferencing.
Source§

fn deref(&self) -> &T

Dereferences the value.
Source§

impl<T: ?Sized + Unsize<__S>, __S: ?Sized> CoerceUnsized<FileDescriptionRef<__S>> for FileDescriptionRef<T>

Source§

impl<T: ?Sized + Unsize<__S>, __S: ?Sized> DispatchFromDyn<FileDescriptionRef<__S>> for FileDescriptionRef<T>