Struct goxlr_profile_loader::components::browser::BrowserPreviewTree
source · [−]pub struct BrowserPreviewTree { /* private fields */ }
Expand description
I’ve not seen, or been able to get any of the values in browserPreviewTree to actually set.. it’s possible this is used when previewing samples, as an internal state track there..
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BrowserPreviewTree
impl Send for BrowserPreviewTree
impl Sync for BrowserPreviewTree
impl Unpin for BrowserPreviewTree
impl UnwindSafe for BrowserPreviewTree
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more