Struct vapoursynth4_rs::core::CoreBuilder
source · pub struct CoreBuilder { /* private fields */ }Implementations§
source§impl CoreBuilder
impl CoreBuilder
pub fn new() -> Self
pub fn build(self) -> Core
pub fn enable_graph_inspection(&mut self) -> &mut Self
pub fn disable_auto_loading(&mut self) -> &mut Self
pub fn disable_library_unloading(&mut self) -> &mut Self
pub fn max_cache_size(&mut self, size: i64) -> &mut Self
pub fn thread_count(&mut self, count: i32) -> &mut Self
Trait Implementations§
source§impl Clone for CoreBuilder
impl Clone for CoreBuilder
source§fn clone(&self) -> CoreBuilder
fn clone(&self) -> CoreBuilder
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 CoreBuilder
impl Debug for CoreBuilder
source§impl Default for CoreBuilder
impl Default for CoreBuilder
source§fn default() -> CoreBuilder
fn default() -> CoreBuilder
Returns the “default value” for a type. Read more
source§impl Hash for CoreBuilder
impl Hash for CoreBuilder
source§impl PartialEq<CoreBuilder> for CoreBuilder
impl PartialEq<CoreBuilder> for CoreBuilder
source§fn eq(&self, other: &CoreBuilder) -> bool
fn eq(&self, other: &CoreBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for CoreBuilder
impl Eq for CoreBuilder
impl StructuralEq for CoreBuilder
impl StructuralPartialEq for CoreBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CoreBuilder
impl Send for CoreBuilder
impl Sync for CoreBuilder
impl Unpin for CoreBuilder
impl UnwindSafe for CoreBuilder
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