Struct ppapi::fs::FileSliceRefUnstable
[-]
[+]
[src]
pub struct FileSliceRef(pub FileRef, pub Option<i64>, pub Option<i64>);
pub struct FileSliceRef(pub FileRef, pub Option<i64>, pub Option<i64>);
impl Show for FileSliceRef
impl PartialEq for FileSliceRef
fn eq(&self, __arg_0: &FileSliceRef) -> bool
fn ne(&self, __arg_0: &FileSliceRef) -> bool
impl Eq for FileSliceRef
fn assert_receiver_is_total_eq(&self)
impl<__S: Writer + Hasher> Hash<__S> for FileSliceRef
fn hash(&self, __arg_0: &mut __S)
impl Clone for FileSliceRef
fn clone(&self) -> FileSliceRef
fn clone_from(&mut self, source: &Self)
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
).