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