[−][src]Struct gimli::LineEncoding
Encoding parameters for a line number program.
Fields
minimum_instruction_length: u8The size in bytes of the smallest target machine instruction.
maximum_operations_per_instruction: u8The maximum number of individual operations that may be encoded in an instruction.
default_is_stmt: boolThe initial value of the is_stmt register.
line_base: i8The minimum value which a special opcode can add to the line register.
line_range: u8The range of values which a special opcode can add to the line register.
Trait Implementations
impl Clone for LineEncoding[src][+]
impl Copy for LineEncoding[src]
impl Debug for LineEncoding[src][+]
impl Default for LineEncoding[src][+]
impl Eq for LineEncoding[src]
impl Hash for LineEncoding[src][+]
impl PartialEq<LineEncoding> for LineEncoding[src][+]
impl StructuralEq for LineEncoding[src]
impl StructuralPartialEq for LineEncoding[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> From<T> for T[src][+]
impl<T, U> Into<U> for T where
U: From<T>, [src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src][+]
U: TryFrom<T>,