pub struct ImageClipHandle { /* private fields */ }
Implementations§
Source§impl ImageClipHandle
impl ImageClipHandle
pub fn new( inner: OfxImageClipHandle, inner_properties: OfxPropertySetHandle, property: Rc<OfxPropertySuiteV1>, image_effect: Rc<OfxImageEffectSuiteV1>, ) -> Self
pub fn get_region_of_definition(&self, time: Time) -> Result<RectD>
pub fn get_image_mut(&mut self, time: Time) -> Result<Rc<RefCell<ImageHandle>>>
pub fn get_image(&self, time: Time) -> Result<Rc<ImageHandle>>
pub fn get_image_rect( &self, time: Time, region: Option<RectD>, ) -> Result<Rc<ImageHandle>>
pub fn get_image_rect_mut( &mut self, time: Time, region: Option<RectD>, ) -> Result<Rc<RefCell<ImageHandle>>>
Trait Implementations§
Source§impl AsProperties for ImageClipHandle
impl AsProperties for ImageClipHandle
fn handle(&self) -> OfxPropertySetHandle
fn suite(&self) -> *const OfxPropertySuiteV1
Source§impl CanGet for ImageClipHandle
impl CanGet for ImageClipHandle
fn get_connected(&self) -> Result<<Property as Get>::ReturnType>
Source§impl CanGet for ImageClipHandle
impl CanGet for ImageClipHandle
fn get_frame_range(&self) -> Result<<Property as Get>::ReturnType>
Source§impl CanGet for ImageClipHandle
impl CanGet for ImageClipHandle
fn get_components(&self) -> Result<ImageComponent>
Source§impl CanGet for ImageClipHandle
impl CanGet for ImageClipHandle
fn get_unmapped_components(&self) -> Result<ImageComponent>
Source§impl CanGet for ImageClipHandle
impl CanGet for ImageClipHandle
fn get_pixel_depth(&self) -> Result<BitDepth>
Source§impl CanGet for ImageClipHandle
impl CanGet for ImageClipHandle
fn get_unmapped_pixel_depth(&self) -> Result<BitDepth>
Source§impl Clone for ImageClipHandle
impl Clone for ImageClipHandle
Source§fn clone(&self) -> ImageClipHandle
fn clone(&self) -> ImageClipHandle
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 moreSource§impl Debug for ImageClipHandle
impl Debug for ImageClipHandle
Source§impl HasProperties<ClipProperties> for ImageClipHandle
impl HasProperties<ClipProperties> for ImageClipHandle
fn properties(&self) -> Result<ClipProperties>
Auto Trait Implementations§
impl Freeze for ImageClipHandle
impl RefUnwindSafe for ImageClipHandle
impl !Send for ImageClipHandle
impl !Sync for ImageClipHandle
impl Unpin for ImageClipHandle
impl UnwindSafe for ImageClipHandle
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