#[repr(C)]pub struct sc_ddo {
pub aid: sc_aid,
pub iid: sc_iid,
pub oid: sc_object_id,
pub len: size_t,
pub value: *mut c_uchar,
}Fields§
§aid: sc_aid§iid: sc_iid§oid: sc_object_id§len: size_t§value: *mut c_ucharTrait Implementations§
Auto Trait Implementations§
impl Freeze for sc_ddo
impl RefUnwindSafe for sc_ddo
impl !Send for sc_ddo
impl !Sync for sc_ddo
impl Unpin for sc_ddo
impl UnwindSafe for sc_ddo
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