#[repr(u8)]
pub enum SerializedNativeStructFlag {
NATIVE,
DECLARED,
}
Variants§
Trait Implementations§
source§impl Clone for SerializedNativeStructFlag
impl Clone for SerializedNativeStructFlag
source§fn clone(&self) -> SerializedNativeStructFlag
fn clone(&self) -> SerializedNativeStructFlag
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