Struct ipp_sys::IppiBorderSize
source · #[repr(C)]pub struct IppiBorderSize {
pub borderLeft: u32,
pub borderTop: u32,
pub borderRight: u32,
pub borderBottom: u32,
}
Fields§
§borderLeft: u32
§borderTop: u32
§borderRight: u32
§borderBottom: u32
Trait Implementations§
source§impl Clone for IppiBorderSize
impl Clone for IppiBorderSize
source§fn clone(&self) -> IppiBorderSize
fn clone(&self) -> IppiBorderSize
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 IppiBorderSize
impl Debug for IppiBorderSize
source§impl PartialEq for IppiBorderSize
impl PartialEq for IppiBorderSize
source§fn eq(&self, other: &IppiBorderSize) -> bool
fn eq(&self, other: &IppiBorderSize) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for IppiBorderSize
impl StructuralPartialEq for IppiBorderSize
Auto Trait Implementations§
impl Freeze for IppiBorderSize
impl RefUnwindSafe for IppiBorderSize
impl Send for IppiBorderSize
impl Sync for IppiBorderSize
impl Unpin for IppiBorderSize
impl UnwindSafe for IppiBorderSize
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