#[repr(C)]pub struct port {
pub p: pointf,
pub theta: f64,
pub bp: *mut boxf,
pub defined: boolean,
pub constrained: boolean,
pub clip: boolean,
pub dyna: boolean,
pub order: c_uchar,
pub side: c_uchar,
pub name: *mut c_char,
}Fields§
§p: pointf§theta: f64§bp: *mut boxf§defined: boolean§constrained: boolean§clip: boolean§dyna: boolean§order: c_uchar§side: c_uchar§name: *mut c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for port
impl RefUnwindSafe for port
impl !Send for port
impl !Sync for port
impl Unpin for port
impl UnwindSafe for 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