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
pub const UInt8: Self
pub const Int16: Self
pub const UInt16: Self
pub const Int32: Self
pub const UInt32: Self
pub const Int64: Self
pub const UInt64: Self
pub const Single: Self
pub const Double: Self
pub const Char16: Self
pub const Boolean: Self
pub const String: Self
pub const Inspectable: Self
pub const DateTime: Self
pub const TimeSpan: Self
pub const Guid: Self
pub const Point: Self
pub const Size: Self
pub const Rect: Self
pub const OtherType: Self
pub const UInt8Array: Self
pub const Int16Array: Self
pub const UInt16Array: Self
pub const Int32Array: Self
pub const UInt32Array: Self
pub const Int64Array: Self
pub const UInt64Array: Self
pub const SingleArray: Self
pub const DoubleArray: Self
pub const Char16Array: Self
pub const BooleanArray: Self
pub const StringArray: Self
pub const InspectableArray: Self
pub const DateTimeArray: Self
pub const TimeSpanArray: Self
pub const GuidArray: Self
pub const PointArray: Self
pub const SizeArray: Self
pub const RectArray: Self
pub const OtherTypeArray: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more