Skip to main content

JBooleanInputLayout

Trait JBooleanInputLayout 

Source
pub trait JBooleanInputLayout: SealedJBooleanInputLayout { }
Expand description

Trait for all types that have a ABI that is compatible for passing a jboolean from rust to java.

Implemented by:

  • core::ffi::c_uchar
  • bool
  • jboolean

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl JBooleanInputLayout for bool

Source§

impl JBooleanInputLayout for c_uchar

Implementors§