pub struct XcfHeader {
pub version: Version,
pub width: u32,
pub height: u32,
pub color_type: ColorType,
pub precision: Precision,
pub properties: Vec<Property>,
}Fields§
§version: Version§width: u32§height: u32§color_type: ColorType§precision: Precision§properties: Vec<Property>Trait Implementations§
impl StructuralPartialEq for XcfHeader
Auto Trait Implementations§
impl Freeze for XcfHeader
impl RefUnwindSafe for XcfHeader
impl Send for XcfHeader
impl Sync for XcfHeader
impl Unpin for XcfHeader
impl UnsafeUnpin for XcfHeader
impl UnwindSafe for XcfHeader
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