Struct core::marker::PhantomPinned 1.33.0[−][src]
pub struct PhantomPinned;
Expand description
没有实现 Unpin
的标记类型。
如果类型包含 PhantomPinned
,则默认情况下将不实现 Unpin
。
Trait Implementations
返回类型的 “默认值”。 Read more
如果存在,则此方法返回 self
和 other
值之间的顺序。 Read more