#[repr(C)]pub struct _XLinearGradient {
pub p1: XPointFixed,
pub p2: XPointFixed,
}
Fields§
§p1: XPointFixed
§p2: XPointFixed
Trait Implementations§
Source§impl Clone for _XLinearGradient
impl Clone for _XLinearGradient
Source§fn clone(&self) -> _XLinearGradient
fn clone(&self) -> _XLinearGradient
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 _XLinearGradient
impl Debug for _XLinearGradient
Source§impl PartialEq for _XLinearGradient
impl PartialEq for _XLinearGradient
impl Copy for _XLinearGradient
impl StructuralPartialEq for _XLinearGradient
Auto Trait Implementations§
impl Freeze for _XLinearGradient
impl RefUnwindSafe for _XLinearGradient
impl Send for _XLinearGradient
impl Sync for _XLinearGradient
impl Unpin for _XLinearGradient
impl UnwindSafe for _XLinearGradient
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