#[repr(transparent)]pub struct PropertyId(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
Source§impl AsRawPropertyValue for PropertyId
impl AsRawPropertyValue for PropertyId
fn as_raw_property_value(&self) -> u64
Source§impl Clone for PropertyId
impl Clone for PropertyId
Source§fn clone(&self) -> PropertyId
fn clone(&self) -> PropertyId
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 PropertyId
impl Debug for PropertyId
Source§impl From<PropertyId> for ObjectId
impl From<PropertyId> for ObjectId
Source§fn from(value: PropertyId) -> Self
fn from(value: PropertyId) -> Self
Converts to this type from the input type.
Source§impl IntoRawPropertyValue for PropertyId
impl IntoRawPropertyValue for PropertyId
Source§impl PartialEq for PropertyId
impl PartialEq for PropertyId
impl Copy for PropertyId
impl Eq for PropertyId
impl StructuralPartialEq for PropertyId
Auto Trait Implementations§
impl Freeze for PropertyId
impl RefUnwindSafe for PropertyId
impl Send for PropertyId
impl Sync for PropertyId
impl Unpin for PropertyId
impl UnwindSafe for PropertyId
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