pub struct Iscl {
pub target_width_numerator: u16,
pub target_width_denominator: u16,
pub target_height_numerator: u16,
pub target_height_denominator: u16,
}
Fields§
§target_width_numerator: u16
§target_width_denominator: u16
§target_height_numerator: u16
§target_height_denominator: u16
Trait Implementations§
impl Eq for Iscl
impl StructuralPartialEq for Iscl
Auto Trait Implementations§
impl Freeze for Iscl
impl RefUnwindSafe for Iscl
impl Send for Iscl
impl Sync for Iscl
impl Unpin for Iscl
impl UnwindSafe for Iscl
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