Struct playdate_bindgen::Filename
source · pub struct Filename {
pub sdk: Version,
pub gen: Version,
pub mask: DerivesMask,
pub target: String,
pub profile: String,
}Expand description
Bindings output filename components.
Fields§
§sdk: VersionVersion of the Playdate SDK.
gen: VersionVersion of the bindings generator.
mask: DerivesMaskString representation of enabled features/derives.
target: StringRust target-triple.
profile: StringCargo profile
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Filename
impl Send for Filename
impl Sync for Filename
impl Unpin for Filename
impl UnwindSafe for Filename
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