Struct libxlsxwriter_sys::lxw_image_md5s
source · #[repr(C)]pub struct lxw_image_md5s {
pub rbh_root: *mut lxw_image_md5,
}
Fields§
§rbh_root: *mut lxw_image_md5
Trait Implementations§
source§impl Clone for lxw_image_md5s
impl Clone for lxw_image_md5s
source§fn clone(&self) -> lxw_image_md5s
fn clone(&self) -> lxw_image_md5s
Returns a copy 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 lxw_image_md5s
impl Debug for lxw_image_md5s
impl Copy for lxw_image_md5s
Auto Trait Implementations§
impl Freeze for lxw_image_md5s
impl RefUnwindSafe for lxw_image_md5s
impl !Send for lxw_image_md5s
impl !Sync for lxw_image_md5s
impl Unpin for lxw_image_md5s
impl UnwindSafe for lxw_image_md5s
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