Gff3Strand
Mojo struct 🡭
Gff3Strand
Section titled “Gff3Strand”@register_passable_trivialstruct Gff3StrandStrand of a GFF3 feature: Plus (+), Minus (-), Unstranded (.), or Unknown (?).
Aliases
Section titled “Aliases”Plus = Gff3Strand(0)Minus = Gff3Strand(1)Unstranded = Gff3Strand(2)Unknown = Gff3Strand(3)
Fields
Section titled “Fields”- value (
Int8)
Implemented traits
Section titled “Implemented traits”AnyType, Copyable, Equatable, ImplicitlyCopyable, ImplicitlyDestructible, Movable, RegisterPassable, TrivialRegisterPassable, Writable
Methods
Section titled “Methods”__init__
Section titled “__init__”def __init__(value: Int8) -> SelfArgs:
- value (
Int8)
Returns:
Self
__eq__
Section titled “__eq__”def __eq__(self, other: Self) -> BoolArgs:
- self (
Self) - other (
Self)
Returns:
Bool
write_to
Section titled “write_to”def write_to[w: Writer](self, mut writer: w)Parameters:
- w (
Writer)
Args:
- self (
Self) - writer (
w)