binder::binder_impl

Constant NON_NULL_PARCELABLE_FLAG

Source
pub const NON_NULL_PARCELABLE_FLAG: i32 = 1;
Expand description

Flag that specifies that the following parcelable is present.

This is the Rust equivalent of Parcel::kNonNullParcelableFlag from include/binder/Parcel.h in C++.