Struct png::text_metadata::TEXtChunk
source · [−]Expand description
Struct representing a tEXt chunk
Fields
keyword: String
Keyword field of the tEXt chunk. Needs to be between 1-79 bytes when encoded as Latin-1.
text: String
Text field of tEXt chunk. Can be at most 2GB.
Implementations
Trait Implementations
sourceimpl EncodableTextChunk for TEXtChunk
impl EncodableTextChunk for TEXtChunk
impl Eq for TEXtChunk
impl StructuralEq for TEXtChunk
impl StructuralPartialEq for TEXtChunk
Auto Trait Implementations
impl RefUnwindSafe for TEXtChunk
impl Send for TEXtChunk
impl Sync for TEXtChunk
impl Unpin for TEXtChunk
impl UnwindSafe for TEXtChunk
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more