#[repr(C)]pub struct cl_motion_estimation_desc_intel {
pub mb_block_type: cl_uint,
pub subpixel_mode: cl_uint,
pub sad_adjust_mode: cl_uint,
pub search_path_type: cl_uint,
}Fields§
§mb_block_type: cl_uint§subpixel_mode: cl_uint§sad_adjust_mode: cl_uint§search_path_type: cl_uintTrait Implementations§
Source§impl Clone for cl_motion_estimation_desc_intel
impl Clone for cl_motion_estimation_desc_intel
Source§fn clone(&self) -> cl_motion_estimation_desc_intel
fn clone(&self) -> cl_motion_estimation_desc_intel
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 Default for cl_motion_estimation_desc_intel
impl Default for cl_motion_estimation_desc_intel
Source§fn default() -> cl_motion_estimation_desc_intel
fn default() -> cl_motion_estimation_desc_intel
Returns the “default value” for a type. Read more
impl Copy for cl_motion_estimation_desc_intel
Auto Trait Implementations§
impl Freeze for cl_motion_estimation_desc_intel
impl RefUnwindSafe for cl_motion_estimation_desc_intel
impl Send for cl_motion_estimation_desc_intel
impl Sync for cl_motion_estimation_desc_intel
impl Unpin for cl_motion_estimation_desc_intel
impl UnwindSafe for cl_motion_estimation_desc_intel
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