#[repr(C)]pub struct _ddwaf_object_string {
pub type_: u8,
pub size: u32,
pub ptr: *mut c_char,
}Fields§
§type_: u8§size: u32§ptr: *mut c_charTrait Implementations§
Source§impl Clone for _ddwaf_object_string
impl Clone for _ddwaf_object_string
Source§fn clone(&self) -> _ddwaf_object_string
fn clone(&self) -> _ddwaf_object_string
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 _ddwaf_object_string
impl Debug for _ddwaf_object_string
Source§impl Default for _ddwaf_object_string
impl Default for _ddwaf_object_string
impl Copy for _ddwaf_object_string
Auto Trait Implementations§
impl Freeze for _ddwaf_object_string
impl RefUnwindSafe for _ddwaf_object_string
impl !Send for _ddwaf_object_string
impl !Sync for _ddwaf_object_string
impl Unpin for _ddwaf_object_string
impl UnwindSafe for _ddwaf_object_string
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