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