Struct hapi_rs::HoudiniVersion
source · Expand description
Houdini version this library was build upon
Fields
major: u32
minor: u32
build: u32
patch: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HoudiniVersion
impl Send for HoudiniVersion
impl Sync for HoudiniVersion
impl Unpin for HoudiniVersion
impl UnwindSafe for HoudiniVersion
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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