pub struct CompressDeviceOutOptArgs {
pub level: Option<i32>,
}
Fields§
§level: Option<i32>
Trait Implementations§
Source§impl Default for CompressDeviceOutOptArgs
impl Default for CompressDeviceOutOptArgs
Source§fn default() -> CompressDeviceOutOptArgs
fn default() -> CompressDeviceOutOptArgs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CompressDeviceOutOptArgs
impl RefUnwindSafe for CompressDeviceOutOptArgs
impl Send for CompressDeviceOutOptArgs
impl Sync for CompressDeviceOutOptArgs
impl Unpin for CompressDeviceOutOptArgs
impl UnwindSafe for CompressDeviceOutOptArgs
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