pub struct AsdfFile { /* private fields */ }Expand description
An open ASDF file. Opaque to C.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for AsdfFile
impl !Send for AsdfFile
impl !Sync for AsdfFile
impl RefUnwindSafe for AsdfFile
impl Unpin for AsdfFile
impl UnsafeUnpin for AsdfFile
impl UnwindSafe for AsdfFile
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