#[repr(C)]pub struct opal_key {
pub lr: __u8,
pub key_len: __u8,
pub key_type: __u8,
pub __align: [__u8; 5],
pub key: [__u8; 256],
}Fields§
§lr: __u8§key_len: __u8§key_type: __u8§__align: [__u8; 5]§key: [__u8; 256]Trait Implementations§
impl Copy for opal_key
impl Eq for opal_key
impl StructuralPartialEq for opal_key
Auto Trait Implementations§
impl Freeze for opal_key
impl RefUnwindSafe for opal_key
impl Send for opal_key
impl Sync for opal_key
impl Unpin for opal_key
impl UnwindSafe for opal_key
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