binder::binder_impl

Constant NULL_PARCELABLE_FLAG

Source
pub const NULL_PARCELABLE_FLAG: i32 = 0;
Expand description

Flag that specifies that the following parcelable is absent.

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