#[repr(C)]pub struct utee_attribute {
pub a: u64,
pub b: u64,
pub attribute_id: u32,
}Fields§
§a: u64§b: u64§attribute_id: u32Trait Implementations§
Source§impl Clone for utee_attribute
impl Clone for utee_attribute
Source§fn clone(&self) -> utee_attribute
fn clone(&self) -> utee_attribute
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 utee_attribute
impl Default for utee_attribute
Source§fn default() -> utee_attribute
fn default() -> utee_attribute
Returns the “default value” for a type. Read more
impl Copy for utee_attribute
Auto Trait Implementations§
impl Freeze for utee_attribute
impl RefUnwindSafe for utee_attribute
impl Send for utee_attribute
impl Sync for utee_attribute
impl Unpin for utee_attribute
impl UnsafeUnpin for utee_attribute
impl UnwindSafe for utee_attribute
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