Struct DCIOFFSCREEN
#[repr(C)]pub struct DCIOFFSCREEN {
pub dciInfo: DCISURFACEINFO,
pub Draw: isize,
pub SetClipList: isize,
pub SetDestination: isize,
}
Fields§
§dciInfo: DCISURFACEINFO
§Draw: isize
§SetClipList: isize
§SetDestination: isize
Trait Implementations§
§impl Clone for DCIOFFSCREEN
impl Clone for DCIOFFSCREEN
§fn clone(&self) -> DCIOFFSCREEN
fn clone(&self) -> DCIOFFSCREEN
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 moreimpl Copy for DCIOFFSCREEN
Auto Trait Implementations§
impl Freeze for DCIOFFSCREEN
impl RefUnwindSafe for DCIOFFSCREEN
impl Send for DCIOFFSCREEN
impl Sync for DCIOFFSCREEN
impl Unpin for DCIOFFSCREEN
impl UnwindSafe for DCIOFFSCREEN
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