#[repr(C)]pub struct HAPI_CompositorOptions {
pub maximumResolutionX: c_int,
pub maximumResolutionY: c_int,
}
Fields§
§maximumResolutionX: c_int
§maximumResolutionY: c_int
Trait Implementations§
Source§impl Clone for HAPI_CompositorOptions
impl Clone for HAPI_CompositorOptions
Source§fn clone(&self) -> HAPI_CompositorOptions
fn clone(&self) -> HAPI_CompositorOptions
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 HAPI_CompositorOptions
impl Debug for HAPI_CompositorOptions
impl Copy for HAPI_CompositorOptions
Auto Trait Implementations§
impl Freeze for HAPI_CompositorOptions
impl RefUnwindSafe for HAPI_CompositorOptions
impl Send for HAPI_CompositorOptions
impl Sync for HAPI_CompositorOptions
impl Unpin for HAPI_CompositorOptions
impl UnwindSafe for HAPI_CompositorOptions
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