#[repr(transparent)]pub struct Rectangle { /* private fields */ }
Expand description
GLib type: Inline allocated boxed type with stack copy semantics.
Implementations§
source§impl Rectangle
impl Rectangle
pub fn as_ptr(&self) -> *mut GeglRectangle
sourcepub unsafe fn from_glib_ptr_borrow<'a>(ptr: *const GeglRectangle) -> &'a Self
pub unsafe fn from_glib_ptr_borrow<'a>(ptr: *const GeglRectangle) -> &'a Self
Borrows the underlying C value.
sourcepub unsafe fn from_glib_ptr_borrow_mut<'a>(
ptr: *mut GeglRectangle
) -> &'a mut Self
pub unsafe fn from_glib_ptr_borrow_mut<'a>( ptr: *mut GeglRectangle ) -> &'a mut Self
Borrows the underlying C value mutably.
source§impl Rectangle
impl Rectangle
sourcepub fn align(
&mut self,
rectangle: &Rectangle,
tile: &Rectangle,
alignment: RectangleAlignment
) -> bool
pub fn align( &mut self, rectangle: &Rectangle, tile: &Rectangle, alignment: RectangleAlignment ) -> bool
Aligns rectangle
to a regular tile grid, of which tile
is a representative
tile, and stores the result in self
.
alignment
can be one of:
GEGL_RECTANGLE_ALIGNMENT_SUBSET: Calculate the biggest aligned rectangle
contained in rectangle
.
GEGL_RECTANGLE_ALIGNMENT_SUPERSET: Calculate the smallest aligned
rectangle containing rectangle
.
GEGL_RECTANGLE_ALIGNMENT_NEAREST: Calculate the nearest aligned rectangle
to rectangle
.
self
may point to the same object as rectangle
or tile
.
Returns TRUE if the result is not empty.
rectangle
tile
alignment
a RectangleAlignment
value
sourcepub fn align_to_buffer(
&mut self,
rectangle: &Rectangle,
buffer: &Buffer,
alignment: RectangleAlignment
) -> bool
pub fn align_to_buffer( &mut self, rectangle: &Rectangle, buffer: &Buffer, alignment: RectangleAlignment ) -> bool
sourcepub fn bounding_box(&mut self, source1: &Rectangle, source2: &Rectangle)
pub fn bounding_box(&mut self, source1: &Rectangle, source2: &Rectangle)
sourcepub fn is_empty(&self) -> bool
pub fn is_empty(&self) -> bool
Check if a rectangle has zero area.
Returns TRUE if the width or height of self
is 0.
sourcepub fn is_infinite_plane(&self) -> bool
pub fn is_infinite_plane(&self) -> bool
Returns TRUE if the GeglRectangle represents an infininte plane, FALSE otherwise.
sourcepub fn subtract(&mut self, minuend: &Rectangle, subtrahend: &Rectangle) -> i32
pub fn subtract(&mut self, minuend: &Rectangle, subtrahend: &Rectangle) -> i32
Subtracts subtrahend
from minuend
, and stores the resulting rectangles in
self
. Between 0 and 4 disjoint rectangles may be produced.
self
may contain minuend
or subtrahend
.
Returns the number of resulting rectangles.
minuend
subtrahend
sourcepub fn subtract_bounding_box(
&mut self,
minuend: &Rectangle,
subtrahend: &Rectangle
) -> bool
pub fn subtract_bounding_box( &mut self, minuend: &Rectangle, subtrahend: &Rectangle ) -> bool
Computes the bounding box of the area formed by subtracting subtrahend
from minuend
, and stores the result in self
.
self
may point to the same object as minuend
or subtrahend
.
Returns TRUE if the result is not empty.
minuend
subtrahend
Trait Implementations§
source§impl PartialEq<Rectangle> for Rectangle
impl PartialEq<Rectangle> for Rectangle
source§impl StaticType for Rectangle
impl StaticType for Rectangle
source§fn static_type() -> Type
fn static_type() -> Type
Self
.impl Copy for Rectangle
impl Eq for Rectangle
Auto Trait Implementations§
impl RefUnwindSafe for Rectangle
impl Send for Rectangle
impl Sync for Rectangle
impl Unpin for Rectangle
impl UnwindSafe for Rectangle
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
§impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GList> for Twhere T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
§impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GPtrArray> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GPtrArray> for Twhere T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
§impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GSList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GSList> for Twhere T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
§impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GList> for Twhere T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
§impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GPtrArray> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GPtrArray> for Twhere T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
§impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GSList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GSList> for Twhere T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
§impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GList> for Twhere T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
unsafe fn from_glib_none_as_vec(ptr: *const GList) -> Vec<T, Global>
unsafe fn from_glib_container_as_vec(_: *const GList) -> Vec<T, Global>
unsafe fn from_glib_full_as_vec(_: *const GList) -> Vec<T, Global>
§impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GPtrArray> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GPtrArray> for Twhere T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
unsafe fn from_glib_none_as_vec(ptr: *const GPtrArray) -> Vec<T, Global>
unsafe fn from_glib_container_as_vec(_: *const GPtrArray) -> Vec<T, Global>
unsafe fn from_glib_full_as_vec(_: *const GPtrArray) -> Vec<T, Global>
§impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GSList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GSList> for Twhere T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
unsafe fn from_glib_none_as_vec(ptr: *const GSList) -> Vec<T, Global>
unsafe fn from_glib_container_as_vec(_: *const GSList) -> Vec<T, Global>
unsafe fn from_glib_full_as_vec(_: *const GSList) -> Vec<T, Global>
§impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GList> for Twhere T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
unsafe fn from_glib_none_as_vec(ptr: *mut GList) -> Vec<T, Global>
unsafe fn from_glib_container_as_vec(ptr: *mut GList) -> Vec<T, Global>
unsafe fn from_glib_full_as_vec(ptr: *mut GList) -> Vec<T, Global>
§impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GPtrArray> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GPtrArray> for Twhere T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
unsafe fn from_glib_none_as_vec(ptr: *mut GPtrArray) -> Vec<T, Global>
unsafe fn from_glib_container_as_vec(ptr: *mut GPtrArray) -> Vec<T, Global>
unsafe fn from_glib_full_as_vec(ptr: *mut GPtrArray) -> Vec<T, Global>
§impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GSList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GSList> for Twhere T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
unsafe fn from_glib_none_as_vec(ptr: *mut GSList) -> Vec<T, Global>
unsafe fn from_glib_container_as_vec(ptr: *mut GSList) -> Vec<T, Global>
unsafe fn from_glib_full_as_vec(ptr: *mut GSList) -> Vec<T, Global>
§impl<T> IntoClosureReturnValue for Twhere
T: Into<Value>,
impl<T> IntoClosureReturnValue for Twhere T: Into<Value>,
fn into_closure_return_value(self) -> Option<Value>
§impl<T> PropertyGet for Twhere
T: HasParamSpec,
impl<T> PropertyGet for Twhere T: HasParamSpec,
§impl<T> StaticTypeExt for Twhere
T: StaticType,
impl<T> StaticTypeExt for Twhere T: StaticType,
§fn ensure_type()
fn ensure_type()
§impl<T> ToSendValue for Twhere
T: Send + ToValue + ?Sized,
impl<T> ToSendValue for Twhere T: Send + ToValue + ?Sized,
§fn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
SendValue
clone of self
.