#[repr(C)]pub struct Crypto_DataBlob {
pub data: *mut u8,
pub len: usize,
}Available on crate feature
api-12 only.Expand description
Crypto data struct.
Available since API-level: 12
Fields§
§data: *mut u8Data buffer.
len: usizeData length.
Auto Trait Implementations§
impl Freeze for Crypto_DataBlob
impl RefUnwindSafe for Crypto_DataBlob
impl !Send for Crypto_DataBlob
impl !Sync for Crypto_DataBlob
impl Unpin for Crypto_DataBlob
impl UnsafeUnpin for Crypto_DataBlob
impl UnwindSafe for Crypto_DataBlob
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