#[repr(C)]pub struct gs_monitor_info {
pub rotation_degrees: c_int,
pub x: c_long,
pub y: c_long,
pub cx: c_long,
pub cy: c_long,
}
Fields§
§rotation_degrees: c_int
§x: c_long
§y: c_long
§cx: c_long
§cy: c_long
Trait Implementations§
Source§impl Clone for gs_monitor_info
impl Clone for gs_monitor_info
Source§fn clone(&self) -> gs_monitor_info
fn clone(&self) -> gs_monitor_info
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 gs_monitor_info
impl Debug for gs_monitor_info
Source§impl Ord for gs_monitor_info
impl Ord for gs_monitor_info
Source§fn cmp(&self, other: &gs_monitor_info) -> Ordering
fn cmp(&self, other: &gs_monitor_info) -> 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 gs_monitor_info
impl PartialEq for gs_monitor_info
Source§impl PartialOrd for gs_monitor_info
impl PartialOrd for gs_monitor_info
impl Copy for gs_monitor_info
impl Eq for gs_monitor_info
impl StructuralPartialEq for gs_monitor_info
Auto Trait Implementations§
impl Freeze for gs_monitor_info
impl RefUnwindSafe for gs_monitor_info
impl Send for gs_monitor_info
impl Sync for gs_monitor_info
impl Unpin for gs_monitor_info
impl UnwindSafe for gs_monitor_info
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