Struct cairo::SurfacePattern [−][src]
pub struct SurfacePattern { /* fields omitted */ }Methods
impl SurfacePattern[src]
impl SurfacePatternpub fn create<T: AsRef<Surface>>(surface: &T) -> SurfacePattern[src]
pub fn create<T: AsRef<Surface>>(surface: &T) -> SurfacePatternpub fn get_surface(&self) -> Surface[src]
pub fn get_surface(&self) -> SurfaceTrait Implementations
impl Debug for SurfacePattern[src]
impl Debug for SurfacePatternfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PatternTrait for SurfacePattern[src]
impl PatternTrait for SurfacePatterntype PatternType = SurfacePattern
unsafe fn from_raw_full(pointer: *mut cairo_pattern_t) -> Self::PatternType[src]
unsafe fn from_raw_full(pointer: *mut cairo_pattern_t) -> Self::PatternTypefn as_ptr(&self) -> *mut cairo_pattern_t[src]
fn as_ptr(&self) -> *mut cairo_pattern_tfn ensure_status(&self)[src]
fn ensure_status(&self)fn status(&self) -> Status[src]
fn status(&self) -> Statusfn get_reference_count(&self) -> isize[src]
fn get_reference_count(&self) -> isizefn set_extend(&self, extend: Extend)[src]
fn set_extend(&self, extend: Extend)fn get_extend(&self) -> Extend[src]
fn get_extend(&self) -> Extendfn set_filter(&self, filter: Filter)[src]
fn set_filter(&self, filter: Filter)fn get_filter(&self) -> Filter[src]
fn get_filter(&self) -> Filterfn set_matrix(&self, matrix: Matrix)[src]
fn set_matrix(&self, matrix: Matrix)fn get_matrix(&self) -> Matrix[src]
fn get_matrix(&self) -> Matrixunsafe fn from_raw_none(pointer: *mut cairo_pattern_t) -> Self::PatternType[src]
unsafe fn from_raw_none(pointer: *mut cairo_pattern_t) -> Self::PatternTypeimpl Clone for SurfacePattern[src]
impl Clone for SurfacePatternfn clone(&self) -> Self[src]
fn clone(&self) -> SelfReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Drop for SurfacePattern[src]
impl Drop for SurfacePatternAuto Trait Implementations
impl !Send for SurfacePattern
impl !Send for SurfacePatternimpl !Sync for SurfacePattern
impl !Sync for SurfacePattern