#[repr(C)]pub struct efadv_ah_attr {
pub comp_mask: u64,
pub ahn: u16,
pub reserved: [u8; 6],
}Fields§
§comp_mask: u64§ahn: u16§reserved: [u8; 6]Trait Implementations§
Source§impl Clone for efadv_ah_attr
impl Clone for efadv_ah_attr
Source§fn clone(&self) -> efadv_ah_attr
fn clone(&self) -> efadv_ah_attr
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 efadv_ah_attr
impl Debug for efadv_ah_attr
Source§impl Default for efadv_ah_attr
impl Default for efadv_ah_attr
Source§fn default() -> efadv_ah_attr
fn default() -> efadv_ah_attr
Returns the “default value” for a type. Read more
impl Copy for efadv_ah_attr
Auto Trait Implementations§
impl Freeze for efadv_ah_attr
impl RefUnwindSafe for efadv_ah_attr
impl Send for efadv_ah_attr
impl Sync for efadv_ah_attr
impl Unpin for efadv_ah_attr
impl UnwindSafe for efadv_ah_attr
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