#[repr(C)]pub struct VmbFeaturePersistSettings_t {
pub persistType: VmbFeaturePersist_t,
pub maxIterations: VmbUint32_t,
pub loggingLevel: VmbUint32_t,
}Fields§
§persistType: VmbFeaturePersist_t§maxIterations: VmbUint32_t§loggingLevel: VmbUint32_tTrait Implementations§
Source§impl Clone for VmbFeaturePersistSettings_t
impl Clone for VmbFeaturePersistSettings_t
Source§fn clone(&self) -> VmbFeaturePersistSettings_t
fn clone(&self) -> VmbFeaturePersistSettings_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VmbFeaturePersistSettings_t
impl Debug for VmbFeaturePersistSettings_t
impl Copy for VmbFeaturePersistSettings_t
impl StructuralPartialEq for VmbFeaturePersistSettings_t
Auto Trait Implementations§
impl Freeze for VmbFeaturePersistSettings_t
impl RefUnwindSafe for VmbFeaturePersistSettings_t
impl Send for VmbFeaturePersistSettings_t
impl Sync for VmbFeaturePersistSettings_t
impl Unpin for VmbFeaturePersistSettings_t
impl UnwindSafe for VmbFeaturePersistSettings_t
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