Struct opencv::rgbd::Linemod_Template
source · [−]pub struct Linemod_Template { /* private fields */ }
Trait Implementations
sourceimpl Boxed for Linemod_Template
impl Boxed for Linemod_Template
sourceimpl Drop for Linemod_Template
impl Drop for Linemod_Template
sourceimpl Linemod_TemplateTrait for Linemod_Template
impl Linemod_TemplateTrait for Linemod_Template
fn as_raw_mut_Linemod_Template(&mut self) -> *mut c_void
fn set_width(&mut self, val: i32)
fn set_height(&mut self, val: i32)
fn set_pyramid_level(&mut self, val: i32)
fn set_features(&mut self, val: Vector<Linemod_Feature>)
fn read(&mut self, fn_: &FileNode) -> Result<()>
impl Send for Linemod_Template
impl VectorElement for Linemod_Template where
Vector<Linemod_Template>: VectorExtern<Linemod_Template>,
Auto Trait Implementations
impl RefUnwindSafe for Linemod_Template
impl !Sync for Linemod_Template
impl Unpin for Linemod_Template
impl UnwindSafe for Linemod_Template
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