#[repr(C)]pub struct shape_t {
pub nstrokes: c_int,
pub strokes: *mut stroke_t,
}Fields§
§nstrokes: c_int§strokes: *mut stroke_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for shape_t
impl RefUnwindSafe for shape_t
impl !Send for shape_t
impl !Sync for shape_t
impl Unpin for shape_t
impl UnwindSafe for shape_t
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