#[repr(C)]pub struct path {
pub start: port,
pub end: port,
pub nbox: c_int,
pub boxes: *mut boxf,
pub data: *mut c_void,
}Fields§
§start: port§end: port§nbox: c_int§boxes: *mut boxf§data: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for path
impl RefUnwindSafe for path
impl !Send for path
impl !Sync for path
impl Unpin for path
impl UnwindSafe for path
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