#[repr(u32)]pub enum UPropertyNameChoice {
U_SHORT_PROPERTY_NAME = 0,
U_LONG_PROPERTY_NAME = 1,
U_PROPERTY_NAME_CHOICE_COUNT = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for UPropertyNameChoice
impl Clone for UPropertyNameChoice
Source§fn clone(&self) -> UPropertyNameChoice
fn clone(&self) -> UPropertyNameChoice
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 moreSource§impl Debug for UPropertyNameChoice
impl Debug for UPropertyNameChoice
Source§impl Hash for UPropertyNameChoice
impl Hash for UPropertyNameChoice
Source§impl PartialEq for UPropertyNameChoice
impl PartialEq for UPropertyNameChoice
Source§impl PartialOrd for UPropertyNameChoice
impl PartialOrd for UPropertyNameChoice
impl Copy for UPropertyNameChoice
impl Eq for UPropertyNameChoice
impl StructuralPartialEq for UPropertyNameChoice
Auto Trait Implementations§
impl Freeze for UPropertyNameChoice
impl RefUnwindSafe for UPropertyNameChoice
impl Send for UPropertyNameChoice
impl Sync for UPropertyNameChoice
impl Unpin for UPropertyNameChoice
impl UnwindSafe for UPropertyNameChoice
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)