Enum aidl_parser::symbol::ConstOwner
source · pub enum ConstOwner<'a> {
Interface(&'a Interface),
Parcelable(&'a Parcelable),
}
Variants§
Interface(&'a Interface)
Parcelable(&'a Parcelable)
Implementations§
Trait Implementations§
source§impl<'a> Clone for ConstOwner<'a>
impl<'a> Clone for ConstOwner<'a>
source§fn clone(&self) -> ConstOwner<'a>
fn clone(&self) -> ConstOwner<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more