#[repr(C)]pub struct _ddwaf_object_large_map {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 8]>,
pub ptr: *mut _ddwaf_object_kv,
}Fields§
§_bitfield_align_1: [u32; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 8]>§ptr: *mut _ddwaf_object_kvImplementations§
Source§impl _ddwaf_object_large_map
impl _ddwaf_object_large_map
pub fn _type(&self) -> u64
pub fn set__type(&mut self, val: u64)
pub unsafe fn _type_raw(this: *const Self) -> u64
pub unsafe fn set__type_raw(this: *mut Self, val: u64)
pub fn size(&self) -> u64
pub fn set_size(&mut self, val: u64)
pub unsafe fn size_raw(this: *const Self) -> u64
pub unsafe fn set_size_raw(this: *mut Self, val: u64)
pub fn capacity(&self) -> u64
pub fn set_capacity(&mut self, val: u64)
pub unsafe fn capacity_raw(this: *const Self) -> u64
pub unsafe fn set_capacity_raw(this: *mut Self, val: u64)
pub fn new_bitfield_1( _type: u64, size: u64, capacity: u64, ) -> __BindgenBitfieldUnit<[u8; 8]>
Trait Implementations§
Source§impl Clone for _ddwaf_object_large_map
impl Clone for _ddwaf_object_large_map
Source§fn clone(&self) -> _ddwaf_object_large_map
fn clone(&self) -> _ddwaf_object_large_map
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _ddwaf_object_large_map
Source§impl Debug for _ddwaf_object_large_map
impl Debug for _ddwaf_object_large_map
Auto Trait Implementations§
impl !Send for _ddwaf_object_large_map
impl !Sync for _ddwaf_object_large_map
impl Freeze for _ddwaf_object_large_map
impl RefUnwindSafe for _ddwaf_object_large_map
impl Unpin for _ddwaf_object_large_map
impl UnsafeUnpin for _ddwaf_object_large_map
impl UnwindSafe for _ddwaf_object_large_map
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