#[repr(C)]pub struct AutoEnterPolicy {
pub vtable_: *const AutoEnterPolicy__bindgen_vtable,
pub allow: bool,
pub rv: bool,
pub context: *mut JSContext,
pub enteredProxy: __BindgenOpaqueArray<u64, 2usize>,
pub enteredId: __BindgenOpaqueArray<u64, 2usize>,
pub enteredAction: AutoEnterPolicy_Action,
pub prev: *mut AutoEnterPolicy,
}Fields§
§vtable_: *const AutoEnterPolicy__bindgen_vtable§allow: bool§rv: bool§context: *mut JSContext§enteredProxy: __BindgenOpaqueArray<u64, 2usize>§enteredId: __BindgenOpaqueArray<u64, 2usize>§enteredAction: AutoEnterPolicy_Action§prev: *mut AutoEnterPolicyTrait Implementations§
Source§impl Debug for AutoEnterPolicy
impl Debug for AutoEnterPolicy
Source§impl PartialEq for AutoEnterPolicy
impl PartialEq for AutoEnterPolicy
impl StructuralPartialEq for AutoEnterPolicy
Auto Trait Implementations§
impl Freeze for AutoEnterPolicy
impl RefUnwindSafe for AutoEnterPolicy
impl !Send for AutoEnterPolicy
impl !Sync for AutoEnterPolicy
impl Unpin for AutoEnterPolicy
impl UnwindSafe for AutoEnterPolicy
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> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more
impl<T> ErasedDestructor for Twhere
T: 'static,
impl<T> MaybeSendSync for T
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 72 bytes