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_ucharbooljboolean
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".