#[repr(C)]pub struct Imaged {
pub root: *mut c_char,
}
Expand description
Image database
Fields§
§root: *mut c_char
Trait Implementations§
Source§impl PartialOrd for Imaged
impl PartialOrd for Imaged
impl Copy for Imaged
impl StructuralPartialEq for Imaged
Auto Trait Implementations§
impl Freeze for Imaged
impl RefUnwindSafe for Imaged
impl !Send for Imaged
impl !Sync for Imaged
impl Unpin for Imaged
impl UnwindSafe for Imaged
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