Struct vrc_get_litedb::UnityVersion
source · pub struct UnityVersion { /* private fields */ }
Expand description
Represents a Unity Version on the PC
Implementations§
source§impl UnityVersion
impl UnityVersion
pub fn new(path: Box<str>, version: Box<str>, loaded_from_hub: bool) -> Self
pub fn id(&self) -> ObjectId
pub fn path(&self) -> &str
pub fn version(&self) -> Option<&str>
pub fn loaded_from_hub(&self) -> bool
pub fn set_loaded_from_hub(&mut self, loaded_from_hub: bool)
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for UnityVersion
impl Send for UnityVersion
impl Sync for UnityVersion
impl Unpin for UnityVersion
impl UnwindSafe for UnityVersion
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