Struct magick_rust::bindings::_SegmentInfo
source · #[repr(C)]pub struct _SegmentInfo {
pub x1: f64,
pub y1: f64,
pub x2: f64,
pub y2: f64,
}
Fields§
§x1: f64
§y1: f64
§x2: f64
§y2: f64
Trait Implementations§
source§impl Clone for _SegmentInfo
impl Clone for _SegmentInfo
source§fn clone(&self) -> _SegmentInfo
fn clone(&self) -> _SegmentInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for _SegmentInfo
impl Debug for _SegmentInfo
source§impl PartialEq for _SegmentInfo
impl PartialEq for _SegmentInfo
source§fn eq(&self, other: &_SegmentInfo) -> bool
fn eq(&self, other: &_SegmentInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _SegmentInfo
impl StructuralPartialEq for _SegmentInfo
Auto Trait Implementations§
impl Freeze for _SegmentInfo
impl RefUnwindSafe for _SegmentInfo
impl Send for _SegmentInfo
impl Sync for _SegmentInfo
impl Unpin for _SegmentInfo
impl UnwindSafe for _SegmentInfo
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)