Struct windows_sys::Foundation::PropertyType
[−]#[repr(transparent)]pub struct PropertyType(pub i32);
Expand description
Required features: "Foundation"
Tuple Fields
0: i32
Implementations
impl PropertyType
impl PropertyType
pub const Empty: Self = Self(0i32)
pub const UInt8: Self = Self(1i32)
pub const Int16: Self = Self(2i32)
pub const UInt16: Self = Self(3i32)
pub const Int32: Self = Self(4i32)
pub const UInt32: Self = Self(5i32)
pub const Int64: Self = Self(6i32)
pub const UInt64: Self = Self(7i32)
pub const Single: Self = Self(8i32)
pub const Double: Self = Self(9i32)
pub const Char16: Self = Self(10i32)
pub const Boolean: Self = Self(11i32)
pub const String: Self = Self(12i32)
pub const Inspectable: Self = Self(13i32)
pub const DateTime: Self = Self(14i32)
pub const TimeSpan: Self = Self(15i32)
pub const Guid: Self = Self(16i32)
pub const Point: Self = Self(17i32)
pub const Size: Self = Self(18i32)
pub const Rect: Self = Self(19i32)
pub const OtherType: Self = Self(20i32)
pub const UInt8Array: Self = Self(1025i32)
pub const Int16Array: Self = Self(1026i32)
pub const UInt16Array: Self = Self(1027i32)
pub const Int32Array: Self = Self(1028i32)
pub const UInt32Array: Self = Self(1029i32)
pub const Int64Array: Self = Self(1030i32)
pub const UInt64Array: Self = Self(1031i32)
pub const SingleArray: Self = Self(1032i32)
pub const DoubleArray: Self = Self(1033i32)
pub const Char16Array: Self = Self(1034i32)
pub const BooleanArray: Self = Self(1035i32)
pub const StringArray: Self = Self(1036i32)
pub const InspectableArray: Self = Self(1037i32)
pub const DateTimeArray: Self = Self(1038i32)
pub const TimeSpanArray: Self = Self(1039i32)
pub const GuidArray: Self = Self(1040i32)
pub const PointArray: Self = Self(1041i32)
pub const SizeArray: Self = Self(1042i32)
pub const RectArray: Self = Self(1043i32)
pub const OtherTypeArray: Self = Self(1044i32)
Trait Implementations
impl Clone for PropertyType
impl Clone for PropertyType
impl Copy for PropertyType
Auto Trait Implementations
impl RefUnwindSafe for PropertyType
impl Send for PropertyType
impl Sync for PropertyType
impl Unpin for PropertyType
impl UnwindSafe for PropertyType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more