Struct webrender_api::BorderWidths
[−]
[src]
#[repr(C)]pub struct BorderWidths { pub left: f32, pub top: f32, pub right: f32, pub bottom: f32, }
Fields
left: f32
top: f32
right: f32
bottom: f32
Trait Implementations
impl Clone for BorderWidths
[src]
fn clone(&self) -> BorderWidths
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for BorderWidths
[src]
impl Debug for BorderWidths
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl PartialEq for BorderWidths
[src]
fn eq(&self, __arg_0: &BorderWidths) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &BorderWidths) -> bool
[src]
This method tests for !=
.