#[repr(C)]pub enum CValue {
Str(*const u8, usize),
IpCidr(*const u8),
IpAddr(*const u8),
Int(i64),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CValue
impl RefUnwindSafe for CValue
impl !Send for CValue
impl !Sync for CValue
impl Unpin for CValue
impl UnwindSafe for CValue
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