Struct libui_ng_sys::uiAreaDrawParams
source · [−]#[repr(C)]pub struct uiAreaDrawParams {
pub Context: *mut uiDrawContext,
pub AreaWidth: f64,
pub AreaHeight: f64,
pub ClipX: f64,
pub ClipY: f64,
pub ClipWidth: f64,
pub ClipHeight: f64,
}Fields
Context: *mut uiDrawContextAreaWidth: f64AreaHeight: f64ClipX: f64ClipY: f64ClipWidth: f64ClipHeight: f64Trait Implementations
sourceimpl Clone for uiAreaDrawParams
impl Clone for uiAreaDrawParams
sourcefn clone(&self) -> uiAreaDrawParams
fn clone(&self) -> uiAreaDrawParams
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for uiAreaDrawParams
impl Debug for uiAreaDrawParams
impl Copy for uiAreaDrawParams
Auto Trait Implementations
impl RefUnwindSafe for uiAreaDrawParams
impl !Send for uiAreaDrawParams
impl !Sync for uiAreaDrawParams
impl Unpin for uiAreaDrawParams
impl UnwindSafe for uiAreaDrawParams
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more