Struct msfs::sys::SENSEBLOCK
source · #[repr(C, packed(4))]pub struct SENSEBLOCK {
pub left: PIXEL,
pub top: PIXEL,
pub right: PIXEL,
pub bottom: PIXEL,
pub routine: PVOID,
}
Fields§
§left: PIXEL
§top: PIXEL
§right: PIXEL
§bottom: PIXEL
§routine: PVOID
Trait Implementations§
source§impl Clone for SENSEBLOCK
impl Clone for SENSEBLOCK
source§fn clone(&self) -> SENSEBLOCK
fn clone(&self) -> SENSEBLOCK
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 SENSEBLOCK
impl Debug for SENSEBLOCK
impl Copy for SENSEBLOCK
Auto Trait Implementations§
impl RefUnwindSafe for SENSEBLOCK
impl !Send for SENSEBLOCK
impl !Sync for SENSEBLOCK
impl Unpin for SENSEBLOCK
impl UnwindSafe for SENSEBLOCK
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