Struct makepad_studio::build_manager::build_manager::BuildBinary
source · pub struct BuildBinary {
pub open: f64,
pub name: String,
}Fields§
§open: f64§name: StringAuto Trait Implementations§
impl RefUnwindSafe for BuildBinary
impl Send for BuildBinary
impl Sync for BuildBinary
impl Unpin for BuildBinary
impl UnwindSafe for BuildBinary
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