#[repr(C)]pub struct CVar {
pub vtable: *mut *mut usize,
pub base: ConCommandBase,
pub parent: *mut CVar,
pub default_value: *const c_char,
}Fields§
§vtable: *mut *mut usize§base: ConCommandBase§parent: *mut CVar§default_value: *const c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for CVar
impl RefUnwindSafe for CVar
impl !Send for CVar
impl !Sync for CVar
impl Unpin for CVar
impl UnwindSafe for CVar
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