#[repr(C)]pub struct AttributeInfoList {
pub length: u32,
pub sequence: *mut AttributeInfo,
}Fields§
§length: u32§sequence: *mut AttributeInfoTrait Implementations§
Source§impl Clone for AttributeInfoList
impl Clone for AttributeInfoList
Source§fn clone(&self) -> AttributeInfoList
fn clone(&self) -> AttributeInfoList
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 AttributeInfoList
impl Debug for AttributeInfoList
impl Copy for AttributeInfoList
Auto Trait Implementations§
impl Freeze for AttributeInfoList
impl RefUnwindSafe for AttributeInfoList
impl !Send for AttributeInfoList
impl !Sync for AttributeInfoList
impl Unpin for AttributeInfoList
impl UnwindSafe for AttributeInfoList
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