Struct graphite::whisper::file::WhisperFile
[-]
[src]
pub struct WhisperFile<'a> { pub path: &'a str, pub header: Header, }
Fields
path | |
header |
pub struct WhisperFile<'a> { pub path: &'a str, pub header: Header, }
path | |
header |
impl<'a> WhisperFile<'a>
fn write(&self, point: Point)
fn calculate_write_ops(&self, point: Point) -> Vec<WriteOp>
fn read(&self, timestamp: u32) -> Point
impl<'a> Debug for WhisperFile<'a>
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).