Struct makepad_widgets::shader::std::XRButton
pub struct XRButton {
pub value: f32,
pub pressed: bool,
}
Fields§
§value: f32
§pressed: bool
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for XRButton
impl Send for XRButton
impl Sync for XRButton
impl Unpin for XRButton
impl UnwindSafe for XRButton
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