#[repr(C)]pub struct StyleFilterOffset {
pub x: PixelValue,
pub y: PixelValue,
}Fields§
§x: PixelValue§y: PixelValueTrait Implementations§
Source§impl Clone for StyleFilterOffset
impl Clone for StyleFilterOffset
Source§fn clone(&self) -> StyleFilterOffset
fn clone(&self) -> StyleFilterOffset
Returns a duplicate 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 StyleFilterOffset
impl Debug for StyleFilterOffset
Source§impl Hash for StyleFilterOffset
impl Hash for StyleFilterOffset
Source§impl Ord for StyleFilterOffset
impl Ord for StyleFilterOffset
Source§fn cmp(&self, other: &StyleFilterOffset) -> Ordering
fn cmp(&self, other: &StyleFilterOffset) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StyleFilterOffset
impl PartialEq for StyleFilterOffset
Source§impl PartialOrd for StyleFilterOffset
impl PartialOrd for StyleFilterOffset
impl Eq for StyleFilterOffset
impl StructuralPartialEq for StyleFilterOffset
Auto Trait Implementations§
impl Freeze for StyleFilterOffset
impl RefUnwindSafe for StyleFilterOffset
impl Send for StyleFilterOffset
impl Sync for StyleFilterOffset
impl Unpin for StyleFilterOffset
impl UnwindSafe for StyleFilterOffset
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