#[repr(C)]pub struct fz_xml { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for fz_xml
impl RefUnwindSafe for fz_xml
impl Send for fz_xml
impl Sync for fz_xml
impl Unpin for fz_xml
impl UnwindSafe for fz_xml
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