Struct MOVEREGION_INFO
#[repr(C)]pub struct MOVEREGION_INFO {
pub FrameNumber: u32,
pub NumMoveRegions: u32,
pub MoveRegions: [MOVE_RECT; 1],
}
Fields§
§FrameNumber: u32
§NumMoveRegions: u32
§MoveRegions: [MOVE_RECT; 1]
Trait Implementations§
§impl Clone for MOVEREGION_INFO
impl Clone for MOVEREGION_INFO
§fn clone(&self) -> MOVEREGION_INFO
fn clone(&self) -> MOVEREGION_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 more§impl Debug for MOVEREGION_INFO
impl Debug for MOVEREGION_INFO
§impl Default for MOVEREGION_INFO
impl Default for MOVEREGION_INFO
§impl PartialEq for MOVEREGION_INFO
impl PartialEq for MOVEREGION_INFO
impl Copy for MOVEREGION_INFO
impl StructuralPartialEq for MOVEREGION_INFO
Auto Trait Implementations§
impl Freeze for MOVEREGION_INFO
impl RefUnwindSafe for MOVEREGION_INFO
impl Send for MOVEREGION_INFO
impl Sync for MOVEREGION_INFO
impl Unpin for MOVEREGION_INFO
impl UnwindSafe for MOVEREGION_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