pub enum PropertyInfoType {
Enum(EnumInfo),
Blob,
URange(URangeInfo),
IRange(IRangeInfo),
Object,
Unknown,
}
Expand description
Generic type for specific information.
Variants§
Trait Implementations§
Source§impl Clone for PropertyInfoType
impl Clone for PropertyInfoType
Source§fn clone(&self) -> PropertyInfoType
fn clone(&self) -> PropertyInfoType
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 PropertyInfoType
impl Debug for PropertyInfoType
Source§impl PartialEq for PropertyInfoType
impl PartialEq for PropertyInfoType
impl Eq for PropertyInfoType
impl StructuralPartialEq for PropertyInfoType
Auto Trait Implementations§
impl Freeze for PropertyInfoType
impl RefUnwindSafe for PropertyInfoType
impl Send for PropertyInfoType
impl Sync for PropertyInfoType
impl Unpin for PropertyInfoType
impl UnwindSafe for PropertyInfoType
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