#[repr(C)]pub struct _evtbrect_t {
pub stcol: u32,
pub edcol: u32,
pub strow: u32,
pub edrow: u32,
}Fields§
§stcol: u32§edcol: u32§strow: u32§edrow: u32Trait Implementations§
Source§impl Clone for _evtbrect_t
impl Clone for _evtbrect_t
Source§fn clone(&self) -> _evtbrect_t
fn clone(&self) -> _evtbrect_t
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 _evtbrect_t
impl Debug for _evtbrect_t
impl Copy for _evtbrect_t
Auto Trait Implementations§
impl Freeze for _evtbrect_t
impl RefUnwindSafe for _evtbrect_t
impl Send for _evtbrect_t
impl Sync for _evtbrect_t
impl Unpin for _evtbrect_t
impl UnwindSafe for _evtbrect_t
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