#[repr(C)]pub struct CUgraphEdgeData_st {
pub from_port: c_uchar,
pub to_port: c_uchar,
pub type_: c_uchar,
pub reserved: [c_uchar; 5],
}Fields§
§from_port: c_uchar§to_port: c_uchar§type_: c_uchar§reserved: [c_uchar; 5]Trait Implementations§
Source§impl Clone for CUgraphEdgeData_st
impl Clone for CUgraphEdgeData_st
Source§fn clone(&self) -> CUgraphEdgeData_st
fn clone(&self) -> CUgraphEdgeData_st
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 CUgraphEdgeData_st
impl Debug for CUgraphEdgeData_st
Source§impl Hash for CUgraphEdgeData_st
impl Hash for CUgraphEdgeData_st
Source§impl Ord for CUgraphEdgeData_st
impl Ord for CUgraphEdgeData_st
Source§fn cmp(&self, other: &CUgraphEdgeData_st) -> Ordering
fn cmp(&self, other: &CUgraphEdgeData_st) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CUgraphEdgeData_st
impl PartialEq for CUgraphEdgeData_st
Source§impl PartialOrd for CUgraphEdgeData_st
impl PartialOrd for CUgraphEdgeData_st
impl Copy for CUgraphEdgeData_st
impl Eq for CUgraphEdgeData_st
impl StructuralPartialEq for CUgraphEdgeData_st
Auto Trait Implementations§
impl Freeze for CUgraphEdgeData_st
impl RefUnwindSafe for CUgraphEdgeData_st
impl Send for CUgraphEdgeData_st
impl Sync for CUgraphEdgeData_st
impl Unpin for CUgraphEdgeData_st
impl UnwindSafe for CUgraphEdgeData_st
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