pub struct UltralightBuild { /* private fields */ }Implementations§
Source§impl UltralightBuild
impl UltralightBuild
pub fn new() -> Self
pub fn with_version(self, version: &str) -> Self
pub fn with_platform(self, platform: Platform) -> Self
pub fn download_headers(self) -> Self
pub fn download_resources(self) -> Self
pub fn download_binaries(self) -> Self
pub fn download_libs(self) -> Self
pub fn with_headers_out_dir<P: AsRef<Path>>(self, out_dir: P) -> Self
pub fn with_resources_out_dir<P: AsRef<Path>>(self, out_dir: P) -> Self
pub fn with_binaries_out_dir<P: AsRef<Path>>(self, out_dir: P) -> Self
pub fn with_libs_out_dir<P: AsRef<Path>>(self, out_dir: P) -> Self
pub fn build(&self) -> UltralightResult<()>
Auto Trait Implementations§
impl Freeze for UltralightBuild
impl RefUnwindSafe for UltralightBuild
impl Send for UltralightBuild
impl Sync for UltralightBuild
impl Unpin for UltralightBuild
impl UnwindSafe for UltralightBuild
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