#[repr(transparent)]pub struct SwsIntent(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl SwsIntent
impl SwsIntent
pub const PERCEPTUAL: SwsIntent
pub const RELATIVE_COLORIMETRIC: SwsIntent
pub const SATURATION: SwsIntent
pub const ABSOLUTE_COLORIMETRIC: SwsIntent
pub const NB: SwsIntent
Trait Implementations§
impl Copy for SwsIntent
impl Eq for SwsIntent
impl StructuralPartialEq for SwsIntent
Auto Trait Implementations§
impl Freeze for SwsIntent
impl RefUnwindSafe for SwsIntent
impl Send for SwsIntent
impl Sync for SwsIntent
impl Unpin for SwsIntent
impl UnsafeUnpin for SwsIntent
impl UnwindSafe for SwsIntent
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