TifR

Type Alias TifR 

pub type TifR = BitReader<Tif>;
Expand description

Field TIF reader - Time Invalid Flag

Aliased Type§

pub struct TifR { /* private fields */ }

Implementations§

§

impl TifR

pub const fn variant(&self) -> Tif

Get enumerated values variant

pub fn is_0(&self) -> bool

Time is valid.

pub fn is_1(&self) -> bool

Time is invalid and time counter is read as zero.