#[repr(C)]pub struct FileList {
reflector_: Reflector,
list: Vec<Dom<File>>,
}
Fields§
§reflector_: Reflector
§list: Vec<Dom<File>>
Implementations§
Trait Implementations§
source§impl DomObjectWrap for FileList
impl DomObjectWrap for FileList
source§const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::FileListBinding::FileListBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::filelist::FileList>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::filelist::FileList>>}
const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::FileListBinding::FileListBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::filelist::FileList>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::filelist::FileList>>}
Function pointer to the general wrap function type
source§impl FileListMethods for FileList
impl FileListMethods for FileList
source§impl IDLInterface for FileList
impl IDLInterface for FileList
source§impl MallocSizeOf for FileList
impl MallocSizeOf for FileList
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 FileList
impl MutDomObject for FileList
source§unsafe fn init_reflector(&self, obj: *mut JSObject)
unsafe fn init_reflector(&self, obj: *mut JSObject)
Initializes the Reflector
source§impl PartialEq<FileList> for FileList
impl PartialEq<FileList> for FileList
source§impl ToJSValConvertible for FileList
impl ToJSValConvertible for FileList
Auto Trait Implementations§
impl !RefUnwindSafe for FileList
impl !Send for FileList
impl !Sync for FileList
impl Unpin for FileList
impl !UnwindSafe for FileList
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