#[repr(C)]pub struct switch_frame_geometry {
pub w: i32,
pub h: i32,
pub x: i32,
pub y: i32,
pub z: i32,
pub M: i32,
pub X: i32,
}Fields§
§w: i32§h: i32§x: i32§y: i32§z: i32§M: i32§X: i32Trait Implementations§
Source§impl Clone for switch_frame_geometry
impl Clone for switch_frame_geometry
Source§fn clone(&self) -> switch_frame_geometry
fn clone(&self) -> switch_frame_geometry
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 switch_frame_geometry
impl Debug for switch_frame_geometry
impl Copy for switch_frame_geometry
Auto Trait Implementations§
impl Freeze for switch_frame_geometry
impl RefUnwindSafe for switch_frame_geometry
impl Send for switch_frame_geometry
impl Sync for switch_frame_geometry
impl Unpin for switch_frame_geometry
impl UnwindSafe for switch_frame_geometry
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