Struct ppapi::fs::FileRefExperimental [-]  [+] [src]

pub struct FileRef(_);

Methods

impl FileRef

fn new(res: PP_Resource) -> FileRef

fn new_bumped(res: PP_Resource) -> FileRef

Trait Implementations

impl Send for FileRef

impl Resource for FileRef

fn unwrap(&self) -> PP_Resource

fn type_of(&self) -> ResourceType

impl ToOption<PP_Resource> for FileRef

fn to_option(from: &PP_Resource) -> Option<FileRef>

impl Clone for FileRef

fn clone(&self) -> FileRef

fn clone_from(&mut self, source: &Self)

impl Drop for FileRef

fn drop(&mut self)

Derived Implementations

impl Show for FileRef

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialEq for FileRef

fn eq(&self, __arg_0: &FileRef) -> bool

fn ne(&self, __arg_0: &FileRef) -> bool

impl Eq for FileRef

fn assert_receiver_is_total_eq(&self)

impl<__S: Writer + Hasher> Hash<__S> for FileRef

fn hash(&self, __arg_0: &mut __S)