pub struct TiledTopoBezel {
pub top_px: f32,
pub bottom_px: f32,
pub right_px: f32,
pub left_px: f32,
}Expand description
Tiled display bezel information.
The lengths are measured in pixels, accurate to the tenths place.
Fields§
§top_px: f32§bottom_px: f32§right_px: f32§left_px: f32Trait Implementations§
Source§impl Clone for TiledTopoBezel
impl Clone for TiledTopoBezel
Source§fn clone(&self) -> TiledTopoBezel
fn clone(&self) -> TiledTopoBezel
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 TiledTopoBezel
impl Debug for TiledTopoBezel
Source§impl From<di_displayid_tiled_topo_bezel> for TiledTopoBezel
impl From<di_displayid_tiled_topo_bezel> for TiledTopoBezel
Source§fn from(value: di_displayid_tiled_topo_bezel) -> TiledTopoBezel
fn from(value: di_displayid_tiled_topo_bezel) -> TiledTopoBezel
Converts to this type from the input type.
impl Copy for TiledTopoBezel
Auto Trait Implementations§
impl Freeze for TiledTopoBezel
impl RefUnwindSafe for TiledTopoBezel
impl Send for TiledTopoBezel
impl Sync for TiledTopoBezel
impl Unpin for TiledTopoBezel
impl UnwindSafe for TiledTopoBezel
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