Struct authenticode_parser_sys::bindings::ByteArray
source · #[repr(C)]pub struct ByteArray {
pub data: *mut u8,
pub len: c_int,
}
Fields§
§data: *mut u8
§len: c_int
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ByteArray
impl !Send for ByteArray
impl !Sync for ByteArray
impl Unpin for ByteArray
impl UnwindSafe for ByteArray
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