pub type CrossCompartmentSecurityWrapper = SecurityWrapper<CrossCompartmentWrapper>;
Aliased Type§
struct CrossCompartmentSecurityWrapper {
pub _phantom_0: PhantomData<UnsafeCell<CrossCompartmentWrapper>>,
pub vtable_: *const SecurityWrapper__bindgen_vtable,
pub _base: CrossCompartmentWrapper,
}
Fields§
§_phantom_0: PhantomData<UnsafeCell<CrossCompartmentWrapper>>
§vtable_: *const SecurityWrapper__bindgen_vtable
§_base: CrossCompartmentWrapper
Trait Implementations
Source§impl<Base: Clone> Clone for SecurityWrapper<Base>
impl<Base: Clone> Clone for SecurityWrapper<Base>
Source§fn clone(&self) -> SecurityWrapper<Base>
fn clone(&self) -> SecurityWrapper<Base>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more