#[repr(u32)]pub enum connector_direction_t {
Sim_Connector_Direction_Up = 0,
Sim_Connector_Direction_Down = 1,
Sim_Connector_Direction_Any = 2,
}
Expand description
The
The
A hotpluggable connector returns true when calling the
The
A connector can be connected to many connectors, but it is only
supported if the
A connector has a direction; up, down or any. The direction decides in which order the connectors in a component tree are connected and the structure of the tree.
Connections are setup in two steps. The first step is to add the
connection, which is done using the
The
Parameters to the
The
The
The
The
Variants§
Trait Implementations§
source§impl Clone for connector_direction_t
impl Clone for connector_direction_t
source§fn clone(&self) -> connector_direction_t
fn clone(&self) -> connector_direction_t
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for connector_direction_t
impl Debug for connector_direction_t
source§impl Hash for connector_direction_t
impl Hash for connector_direction_t
source§impl Ord for connector_direction_t
impl Ord for connector_direction_t
source§fn cmp(&self, other: &connector_direction_t) -> Ordering
fn cmp(&self, other: &connector_direction_t) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
source§impl PartialEq for connector_direction_t
impl PartialEq for connector_direction_t
source§impl PartialOrd for connector_direction_t
impl PartialOrd for connector_direction_t
impl Copy for connector_direction_t
impl Eq for connector_direction_t
impl StructuralPartialEq for connector_direction_t
Auto Trait Implementations§
impl Freeze for connector_direction_t
impl RefUnwindSafe for connector_direction_t
impl Send for connector_direction_t
impl Sync for connector_direction_t
impl Unpin for connector_direction_t
impl UnwindSafe for connector_direction_t
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)