#[repr(C)]pub struct _att_key_id_t {
pub att_key_id: [u8; 256],
}Fields§
§att_key_id: [u8; 256]Trait Implementations§
source§impl Clone for _att_key_id_t
impl Clone for _att_key_id_t
source§fn clone(&self) -> _att_key_id_t
fn clone(&self) -> _att_key_id_t
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 Debug for _att_key_id_t
impl Debug for _att_key_id_t
source§impl Default for _att_key_id_t
impl Default for _att_key_id_t
impl Copy for _att_key_id_t
Auto Trait Implementations§
impl RefUnwindSafe for _att_key_id_t
impl Send for _att_key_id_t
impl Sync for _att_key_id_t
impl Unpin for _att_key_id_t
impl UnwindSafe for _att_key_id_t
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