#[repr(C)]pub struct FITSfile {
pub _bindgen_opaque_blob: [u64; 253],
}Fields§
§_bindgen_opaque_blob: [u64; 253]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