#[repr(C)]pub struct bezier {
pub list: *mut pointf,
pub size: c_int,
pub sflag: c_int,
pub eflag: c_int,
pub sp: pointf,
pub ep: pointf,
}Fields§
§list: *mut pointf§size: c_int§sflag: c_int§eflag: c_int§sp: pointf§ep: pointfTrait Implementations§
Auto Trait Implementations§
impl Freeze for bezier
impl RefUnwindSafe for bezier
impl !Send for bezier
impl !Sync for bezier
impl Unpin for bezier
impl UnwindSafe for bezier
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