Struct script::dom::filereadersync::FileReaderSync
source · #[repr(C)]pub struct FileReaderSync {
reflector: Reflector,
}
Fields§
§reflector: Reflector
Implementations§
source§impl FileReaderSync
impl FileReaderSync
fn __assert_parent_type(&self)
source§impl FileReaderSync
impl FileReaderSync
pub fn new_inherited() -> FileReaderSync
pub fn new(global: &GlobalScope) -> Root<Dom<FileReaderSync>>
pub fn Constructor(
global: &GlobalScope
) -> Result<Root<Dom<FileReaderSync>>, Error>
fn get_blob_bytes(blob: &Blob) -> Result<Vec<u8>, Error>
Trait Implementations§
source§impl DomObject for FileReaderSync
impl DomObject for FileReaderSync
source§impl DomObjectWrap for FileReaderSync
impl DomObjectWrap for FileReaderSync
source§const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::FileReaderSyncBinding::FileReaderSyncBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::filereadersync::FileReaderSync>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::filereadersync::FileReaderSync>>}
const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::FileReaderSyncBinding::FileReaderSyncBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::filereadersync::FileReaderSync>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::filereadersync::FileReaderSync>>}
Function pointer to the general wrap function type
source§impl FileReaderSyncMethods for FileReaderSync
impl FileReaderSyncMethods for FileReaderSync
fn ReadAsBinaryString(&self, blob: &Blob) -> Result<DOMString, Error>
fn ReadAsText(
&self,
blob: &Blob,
label: Option<DOMString>
) -> Result<DOMString, Error>
fn ReadAsDataURL(&self, blob: &Blob) -> Result<DOMString, Error>
fn ReadAsArrayBuffer(
&self,
cx: JSContext,
blob: &Blob
) -> Result<NonNull<JSObject>, Error>
source§impl HasParent for FileReaderSync
impl HasParent for FileReaderSync
source§impl IDLInterface for FileReaderSync
impl IDLInterface for FileReaderSync
source§impl JSTraceable for FileReaderSync
impl JSTraceable for FileReaderSync
source§impl MallocSizeOf for FileReaderSync
impl MallocSizeOf for FileReaderSync
source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
source§impl MutDomObject for FileReaderSync
impl MutDomObject for FileReaderSync
source§unsafe fn init_reflector(&self, obj: *mut JSObject)
unsafe fn init_reflector(&self, obj: *mut JSObject)
Initializes the Reflector
source§impl PartialEq<FileReaderSync> for FileReaderSync
impl PartialEq<FileReaderSync> for FileReaderSync
source§fn eq(&self, other: &FileReaderSync) -> bool
fn eq(&self, other: &FileReaderSync) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl ToJSValConvertible for FileReaderSync
impl ToJSValConvertible for FileReaderSync
Auto Trait Implementations§
impl !RefUnwindSafe for FileReaderSync
impl !Send for FileReaderSync
impl !Sync for FileReaderSync
impl Unpin for FileReaderSync
impl UnwindSafe for FileReaderSync
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> MaybeBoxed<Box<T, Global>> for T
impl<T> MaybeBoxed<Box<T, Global>> for T
source§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert