#[repr(C)]pub struct attrreference {
pub attr_dataoffset: i32,
pub attr_length: u_int32_t,
}
Fields§
§attr_dataoffset: i32
§attr_length: u_int32_t
Trait Implementations§
Source§impl Clone for attrreference
impl Clone for attrreference
Source§fn clone(&self) -> attrreference
fn clone(&self) -> attrreference
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 attrreference
impl Debug for attrreference
impl Copy for attrreference
Auto Trait Implementations§
impl Freeze for attrreference
impl RefUnwindSafe for attrreference
impl Send for attrreference
impl Sync for attrreference
impl Unpin for attrreference
impl UnwindSafe for attrreference
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