Struct binaryninja::flowgraph::EdgeStyle
source · pub struct EdgeStyle(/* private fields */);
Implementations§
source§impl EdgeStyle
impl EdgeStyle
pub fn new(style: EdgePenStyle, width: usize, color: ThemeColor) -> Self
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for EdgeStyle
impl Send for EdgeStyle
impl Sync for EdgeStyle
impl Unpin for EdgeStyle
impl UnwindSafe for EdgeStyle
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