#[repr(C)]pub struct vec_attr_t {
pub heap: *mut c_void,
pub elt_sz: u32_,
pub hdr_sz: u16_,
pub align: u16_,
}Fields§
§heap: *mut c_void§elt_sz: u32_§hdr_sz: u16_§align: u16_Trait Implementations§
Source§impl Clone for vec_attr_t
impl Clone for vec_attr_t
Source§fn clone(&self) -> vec_attr_t
fn clone(&self) -> vec_attr_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 vec_attr_t
impl Debug for vec_attr_t
Source§impl Default for vec_attr_t
impl Default for vec_attr_t
impl Copy for vec_attr_t
Auto Trait Implementations§
impl Freeze for vec_attr_t
impl RefUnwindSafe for vec_attr_t
impl !Send for vec_attr_t
impl !Sync for vec_attr_t
impl Unpin for vec_attr_t
impl UnsafeUnpin for vec_attr_t
impl UnwindSafe for vec_attr_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