HeadingOffset in rustdoc::html::markdown - Rust (original) (raw)
pub enum HeadingOffset {
H1 = 0,
H2 = 1,
H3 = 2,
H4 = 3,
H5 = 4,
H6 = 5,
}
Variants§
H1 = 0
H2 = 1
H3 = 2
H4 = 3
H5 = 4
H6 = 5
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HeadingOffset
impl RefUnwindSafe for HeadingOffset
impl Send for HeadingOffset
impl Sync for HeadingOffset
impl Unpin for HeadingOffset
impl UnwindSafe for HeadingOffset
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: 1 byte
Size for each variant:
H1
: 0 bytesH2
: 0 bytesH3
: 0 bytesH4
: 0 bytesH5
: 0 bytesH6
: 0 bytes