pub struct IFrameCallback(pub IFrameCallbackType);
Expand description
Callback that, given a rectangle area on the screen, returns the DOM appropriate for that bounds (useful for infinite lists)
Tuple Fields§
§0: IFrameCallbackType
Trait Implementations§
Source§impl Clone for IFrameCallback
impl Clone for IFrameCallback
Source§impl Debug for IFrameCallback
impl Debug for IFrameCallback
Source§impl Display for IFrameCallback
impl Display for IFrameCallback
Source§impl Hash for IFrameCallback
impl Hash for IFrameCallback
Source§impl Ord for IFrameCallback
impl Ord for IFrameCallback
Source§impl PartialEq for IFrameCallback
impl PartialEq for IFrameCallback
Source§impl PartialOrd for IFrameCallback
impl PartialOrd for IFrameCallback
impl Copy for IFrameCallback
impl Eq for IFrameCallback
Auto Trait Implementations§
impl Freeze for IFrameCallback
impl RefUnwindSafe for IFrameCallback
impl Send for IFrameCallback
impl Sync for IFrameCallback
impl Unpin for IFrameCallback
impl UnwindSafe for IFrameCallback
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)