#[repr(C)]pub struct de265_image_spec {
pub format: Type,
pub width: c_int,
pub height: c_int,
pub alignment: c_int,
pub crop_left: c_int,
pub crop_right: c_int,
pub crop_top: c_int,
pub crop_bottom: c_int,
pub visible_width: c_int,
pub visible_height: c_int,
}Fields§
§format: Type§width: c_int§height: c_int§alignment: c_int§crop_left: c_int§crop_right: c_int§crop_top: c_int§crop_bottom: c_int§visible_width: c_int§visible_height: c_intTrait Implementations§
Source§impl Clone for de265_image_spec
impl Clone for de265_image_spec
Source§fn clone(&self) -> de265_image_spec
fn clone(&self) -> de265_image_spec
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 Debug for de265_image_spec
impl Debug for de265_image_spec
impl Copy for de265_image_spec
Auto Trait Implementations§
impl Freeze for de265_image_spec
impl RefUnwindSafe for de265_image_spec
impl Send for de265_image_spec
impl Sync for de265_image_spec
impl Unpin for de265_image_spec
impl UnwindSafe for de265_image_spec
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