#[repr(C, align(8))]pub struct arm_smmu_attributes_t__bindgen_ty_1 {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 7]>,
}
Fields§
§_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 7]>
Implementations§
source§impl arm_smmu_attributes_t__bindgen_ty_1
impl arm_smmu_attributes_t__bindgen_ty_1
pub fn sid(&self) -> uint64
pub fn set_sid(&mut self, val: uint64)
pub fn ssid(&self) -> uint64
pub fn set_ssid(&mut self, val: uint64)
pub fn secsid(&self) -> uint64
pub fn set_secsid(&mut self, val: uint64)
pub fn ssidv(&self) -> uint64
pub fn set_ssidv(&mut self, val: uint64)
pub fn atst(&self) -> uint64
pub fn set_atst(&mut self, val: uint64)
pub fn new_bitfield_1( sid: uint64, ssid: uint64, secsid: uint64, ssidv: uint64, atst: uint64, ) -> __BindgenBitfieldUnit<[u8; 7]>
Trait Implementations§
source§impl Clone for arm_smmu_attributes_t__bindgen_ty_1
impl Clone for arm_smmu_attributes_t__bindgen_ty_1
source§fn clone(&self) -> arm_smmu_attributes_t__bindgen_ty_1
fn clone(&self) -> arm_smmu_attributes_t__bindgen_ty_1
Returns a copy 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 Default for arm_smmu_attributes_t__bindgen_ty_1
impl Default for arm_smmu_attributes_t__bindgen_ty_1
source§fn default() -> arm_smmu_attributes_t__bindgen_ty_1
fn default() -> arm_smmu_attributes_t__bindgen_ty_1
Returns the “default value” for a type. Read more
source§impl Ord for arm_smmu_attributes_t__bindgen_ty_1
impl Ord for arm_smmu_attributes_t__bindgen_ty_1
source§fn cmp(&self, other: &arm_smmu_attributes_t__bindgen_ty_1) -> Ordering
fn cmp(&self, other: &arm_smmu_attributes_t__bindgen_ty_1) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for arm_smmu_attributes_t__bindgen_ty_1
impl PartialEq for arm_smmu_attributes_t__bindgen_ty_1
source§fn eq(&self, other: &arm_smmu_attributes_t__bindgen_ty_1) -> bool
fn eq(&self, other: &arm_smmu_attributes_t__bindgen_ty_1) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.source§impl PartialOrd for arm_smmu_attributes_t__bindgen_ty_1
impl PartialOrd for arm_smmu_attributes_t__bindgen_ty_1
impl Copy for arm_smmu_attributes_t__bindgen_ty_1
impl Eq for arm_smmu_attributes_t__bindgen_ty_1
impl StructuralPartialEq for arm_smmu_attributes_t__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for arm_smmu_attributes_t__bindgen_ty_1
impl RefUnwindSafe for arm_smmu_attributes_t__bindgen_ty_1
impl Send for arm_smmu_attributes_t__bindgen_ty_1
impl Sync for arm_smmu_attributes_t__bindgen_ty_1
impl Unpin for arm_smmu_attributes_t__bindgen_ty_1
impl UnwindSafe for arm_smmu_attributes_t__bindgen_ty_1
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)