#[repr(C)]pub struct fitsfile {
pub _bindgen_opaque_blob: [u64; 2],
}Fields§
§_bindgen_opaque_blob: [u64; 2]Trait Implementations§
Auto Trait Implementations§
impl Freeze for fitsfile
impl RefUnwindSafe for fitsfile
impl Send for fitsfile
impl Sync for fitsfile
impl Unpin for fitsfile
impl UnwindSafe for fitsfile
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