pub struct CompositorOptions(/* private fields */);
Implementations§
Source§impl CompositorOptions
impl CompositorOptions
pub fn max_resolution_x(&self) -> i32
pub fn set_max_resolution_x(&mut self, val: i32)
pub fn max_resolution_y(&self) -> i32
pub fn set_max_resolution_y(&mut self, val: i32)
pub fn ptr(&self) -> *const HAPI_CompositorOptions
Trait Implementations§
Source§impl Clone for CompositorOptions
impl Clone for CompositorOptions
Source§fn clone(&self) -> CompositorOptions
fn clone(&self) -> 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 moreAuto Trait Implementations§
impl Freeze for CompositorOptions
impl RefUnwindSafe for CompositorOptions
impl Send for CompositorOptions
impl Sync for CompositorOptions
impl Unpin for CompositorOptions
impl UnwindSafe for 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