Struct cairo::RectangleVec [] [src]

pub struct RectangleVec {
    pub rectangles: CVec<Rectangle>,
    // some fields omitted
}

Fields

Trait Implementations

impl Drop for RectangleVec
[src]

A method called when the value goes out of scope. Read more