pub struct LosslessInfo {
pub width: usize,
pub height: usize,
pub has_alpha: bool,
}Fields§
§width: usize§height: usize§has_alpha: boolTrait Implementations§
Source§impl Clone for LosslessInfo
impl Clone for LosslessInfo
Source§fn clone(&self) -> LosslessInfo
fn clone(&self) -> LosslessInfo
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 LosslessInfo
impl Debug for LosslessInfo
Source§impl PartialEq for LosslessInfo
impl PartialEq for LosslessInfo
impl Copy for LosslessInfo
impl Eq for LosslessInfo
impl StructuralPartialEq for LosslessInfo
Auto Trait Implementations§
impl Freeze for LosslessInfo
impl RefUnwindSafe for LosslessInfo
impl Send for LosslessInfo
impl Sync for LosslessInfo
impl Unpin for LosslessInfo
impl UnsafeUnpin for LosslessInfo
impl UnwindSafe for LosslessInfo
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