Searched refs:from_raw_file (Results 1 – 1 of 1) sorted by relevance
283 pub unsafe fn from_raw_file<'a>(ptr: *const bindings::file) -> &'a LocalFile { in from_raw_file() method357 pub unsafe fn from_raw_file<'a>(ptr: *const bindings::file) -> &'a File { in from_raw_file() method376 unsafe { LocalFile::from_raw_file(core::ptr::from_ref(self).cast()) } in deref()