Struct windows::Foundation::PropertyType
#[repr(transparent)]pub struct PropertyType(pub i32);
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
§fn clone(&self) -> PropertyType
fn clone(&self) -> PropertyType
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 more§impl Debug for PropertyType
impl Debug for PropertyType
§impl Default for PropertyType
impl Default for PropertyType
§fn default() -> PropertyType
fn default() -> PropertyType
Returns the “default value” for a type. Read more
§impl PartialEq for PropertyType
impl PartialEq for PropertyType
§fn eq(&self, other: &PropertyType) -> bool
fn eq(&self, other: &PropertyType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PropertyType
impl Eq for PropertyType
impl StructuralPartialEq for PropertyType
Auto Trait Implementations§
impl Freeze for PropertyType
impl RefUnwindSafe for PropertyType
impl Send for PropertyType
impl Sync for PropertyType
impl Unpin for PropertyType
impl UnwindSafe for PropertyType
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)