#[repr(C)]pub struct cssm_data {
pub Length: usize,
pub Data: *mut u8,
}Expand description
Apple SDK struct cssm_data.
Fields§
§Length: usize§Data: *mut u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for cssm_data
impl RefUnwindSafe for cssm_data
impl !Send for cssm_data
impl !Sync for cssm_data
impl Unpin for cssm_data
impl UnsafeUnpin for cssm_data
impl UnwindSafe for cssm_data
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