Struct libspa_sys::spa_graph_port
source · #[repr(C)]pub struct spa_graph_port {
pub link: spa_list,
pub node: *mut spa_graph_node,
pub direction: spa_direction,
pub port_id: u32,
pub flags: u32,
pub peer: *mut spa_graph_port,
}
Fields§
§link: spa_list
< link in node port list
node: *mut spa_graph_node
< owner node
direction: spa_direction
< port direction
port_id: u32
< port id
flags: u32
< port flags
peer: *mut spa_graph_port
< peer
Trait Implementations§
source§impl Clone for spa_graph_port
impl Clone for spa_graph_port
source§fn clone(&self) -> spa_graph_port
fn clone(&self) -> spa_graph_port
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 moresource§impl Debug for spa_graph_port
impl Debug for spa_graph_port
source§impl PartialEq for spa_graph_port
impl PartialEq for spa_graph_port
source§fn eq(&self, other: &spa_graph_port) -> bool
fn eq(&self, other: &spa_graph_port) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for spa_graph_port
impl Eq for spa_graph_port
impl StructuralPartialEq for spa_graph_port
Auto Trait Implementations§
impl RefUnwindSafe for spa_graph_port
impl !Send for spa_graph_port
impl !Sync for spa_graph_port
impl Unpin for spa_graph_port
impl UnwindSafe for spa_graph_port
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