Struct sndjvu_format::Zone
source · #[repr(C)]pub struct Zone { /* private fields */ }
Expand description
Zone record from a TXTa
or TXTz
chunk.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Zone
impl Send for Zone
impl Sync for Zone
impl Unpin for Zone
impl UnwindSafe for Zone
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