Struct xloop_android::android::view::LayoutInflaterFactory2Object
source · pub struct LayoutInflaterFactory2Object { /* private fields */ }
Methods from Deref<Target = JObject>§
pub fn as_sys(&self) -> *mut _jobject
pub fn cast<T>(&self, env: &JEnv) -> Option<&T>where
T: JPlainMarker,
pub unsafe fn cast_unchecked<T>(&self) -> Option<&T>where
T: JPlainMarker,
pub fn class(&self, env: &JEnv) -> Option<JClassID>
Trait Implementations§
source§impl AsRef<JObject> for LayoutInflaterFactory2Object
impl AsRef<JObject> for LayoutInflaterFactory2Object
source§impl AsRef<LayoutInflaterFactory2Object> for Activity
impl AsRef<LayoutInflaterFactory2Object> for Activity
source§fn as_ref(&self) -> &LayoutInflaterFactory2Object
fn as_ref(&self) -> &LayoutInflaterFactory2Object
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Deref for LayoutInflaterFactory2Object
impl Deref for LayoutInflaterFactory2Object
source§impl JPlainMarker for LayoutInflaterFactory2Object
impl JPlainMarker for LayoutInflaterFactory2Object
fn class(env: Option<&JEnv>) -> Option<JClassID>
fn new_with<const N: usize>( env: &JEnv, method: JMethodID, args: impl AsJValueArray<N>, ) -> Option<&Self>
fn instance_of(&self, class: JClassID, env: &JEnv) -> bool
fn is_eq(&self, other: &Self, env: &JEnv) -> bool
fn ref_type(&self, env: &JEnv) -> jobjectRefType
fn local<'a, 'b>(&'a self, env: &'b JEnv) -> Option<JLocal<'a, Self>>where
'b: 'a,
fn weak(&self, env: &JEnv) -> Option<JWeak<Self>>
fn global(&self, env: &JEnv) -> Option<JRc<Self>>
Auto Trait Implementations§
impl Freeze for LayoutInflaterFactory2Object
impl RefUnwindSafe for LayoutInflaterFactory2Object
impl Send for LayoutInflaterFactory2Object
impl Sync for LayoutInflaterFactory2Object
impl Unpin for LayoutInflaterFactory2Object
impl UnwindSafe for LayoutInflaterFactory2Object
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