Struct las::Vlr [] [src]

pub struct Vlr {
    pub user_id: [u8; 16],
    pub record_id: u16,
    pub record_length: u16,
    pub description: [u8; 32],
    pub data: Vec<u8>,
}

Variable length record.

Fields

ASCII data which identifies the user assocaiated with the record.

These are registered with ASPRS.

Dependent on user id.

The length of the record after the standard header.

Textual description of the VLR>

The data contained within the vlr.

Methods

impl Vlr
[src]

Returns the total length of the VLR.

Trait Implementations

impl Debug for Vlr
[src]

Formats the value using the given formatter.

impl Clone for Vlr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more