Enum rustc_hir::lang_items::GenericRequirement [−][src]
Variants
Minimum(usize)
Tuple Fields of Minimum
0: usize
Exact(usize)
Tuple Fields of Exact
0: usize
Auto Trait Implementations
impl RefUnwindSafe for GenericRequirement
impl Send for GenericRequirement
impl Sync for GenericRequirement
impl Unpin for GenericRequirement
impl UnwindSafe for GenericRequirement
Blanket Implementations
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
Size for each variant:
None
: 0 bytesMinimum
: 8 bytesExact
: 8 bytes