#[repr(i32)]pub enum EPrintPropertyType {
kPropertyTypeString = 1,
kPropertyTypeInt32 = 2,
kPropertyTypeInt64 = 3,
kPropertyTypeByte = 4,
kPropertyTypeTime = 5,
kPropertyTypeDevMode = 6,
kPropertyTypeSD = 7,
kPropertyTypeNotificationReply = 8,
kPropertyTypeNotificationOptions = 9,
kPropertyTypeBuffer = 10,
}Variants§
kPropertyTypeString = 1
kPropertyTypeInt32 = 2
kPropertyTypeInt64 = 3
kPropertyTypeByte = 4
kPropertyTypeTime = 5
kPropertyTypeDevMode = 6
kPropertyTypeSD = 7
kPropertyTypeNotificationReply = 8
kPropertyTypeNotificationOptions = 9
kPropertyTypeBuffer = 10
Trait Implementations§
Source§impl Clone for EPrintPropertyType
impl Clone for EPrintPropertyType
Source§fn clone(&self) -> EPrintPropertyType
fn clone(&self) -> EPrintPropertyType
Returns a duplicate 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 EPrintPropertyType
impl Debug for EPrintPropertyType
Source§impl Hash for EPrintPropertyType
impl Hash for EPrintPropertyType
Source§impl PartialEq for EPrintPropertyType
impl PartialEq for EPrintPropertyType
impl Copy for EPrintPropertyType
impl Eq for EPrintPropertyType
impl StructuralPartialEq for EPrintPropertyType
Auto Trait Implementations§
impl Freeze for EPrintPropertyType
impl RefUnwindSafe for EPrintPropertyType
impl Send for EPrintPropertyType
impl Sync for EPrintPropertyType
impl Unpin for EPrintPropertyType
impl UnwindSafe for EPrintPropertyType
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