pub enum LibFormat {
Gdnlib,
Tres,
}
Expand description
The filetype of the GDNativeLibrary
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LibFormat
impl RefUnwindSafe for LibFormat
impl Send for LibFormat
impl Sync for LibFormat
impl Unpin for LibFormat
impl UnwindSafe for LibFormat
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