Struct ConnectorType
#[repr(transparent)]pub struct ConnectorType(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl ConnectorType
impl ConnectorType
pub const Unknown_Connector: Self = _
pub const Physical_Internal: Self = _
pub const Physical_External: Self = _
pub const Software_IO: Self = _
pub const Software_Fixed: Self = _
pub const Network: Self = _
Trait Implementations§
§impl Clone for ConnectorType
impl Clone for ConnectorType
§fn clone(&self) -> ConnectorType
fn clone(&self) -> ConnectorType
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 ConnectorType
impl Debug for ConnectorType
§impl Default for ConnectorType
impl Default for ConnectorType
§fn default() -> ConnectorType
fn default() -> ConnectorType
Returns the “default value” for a type. Read more
§impl PartialEq for ConnectorType
impl PartialEq for ConnectorType
impl Copy for ConnectorType
impl Eq for ConnectorType
impl StructuralPartialEq for ConnectorType
Auto Trait Implementations§
impl Freeze for ConnectorType
impl RefUnwindSafe for ConnectorType
impl Send for ConnectorType
impl Sync for ConnectorType
impl Unpin for ConnectorType
impl UnwindSafe for ConnectorType
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