#[repr(C)]pub struct GLXPipeRect {
pub pipeName: [c_char; 80],
pub srcXOrigin: c_int,
pub srcYOrigin: c_int,
pub srcWidth: c_int,
pub srcHeight: c_int,
pub destXOrigin: c_int,
pub destYOrigin: c_int,
pub destWidth: c_int,
pub destHeight: c_int,
}Fields§
§pipeName: [c_char; 80]§srcXOrigin: c_int§srcYOrigin: c_int§srcWidth: c_int§srcHeight: c_int§destXOrigin: c_int§destYOrigin: c_int§destWidth: c_int§destHeight: c_intTrait Implementations§
Source§impl Clone for GLXPipeRect
impl Clone for GLXPipeRect
Source§fn clone(&self) -> GLXPipeRect
fn clone(&self) -> GLXPipeRect
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 moreimpl Copy for GLXPipeRect
Auto Trait Implementations§
impl Freeze for GLXPipeRect
impl RefUnwindSafe for GLXPipeRect
impl Send for GLXPipeRect
impl Sync for GLXPipeRect
impl Unpin for GLXPipeRect
impl UnwindSafe for GLXPipeRect
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