Struct afi::Index[][src]

pub struct Index(pub u32);

Index for a frame.

Methods

impl Index
[src]

Convert Index to seconds

Trait Implementations

impl Copy for Index
[src]

impl Clone for Index
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Index

impl Sync for Index