#[repr(C)]pub struct paramdsc {
pub dsc_dtype: ISC_UCHAR,
pub dsc_scale: c_schar,
pub dsc_length: ISC_USHORT,
pub dsc_sub_type: c_short,
pub dsc_flags: ISC_USHORT,
pub dsc_address: *mut ISC_UCHAR,
}
Fields§
§dsc_dtype: ISC_UCHAR
§dsc_scale: c_schar
§dsc_length: ISC_USHORT
§dsc_sub_type: c_short
§dsc_flags: ISC_USHORT
§dsc_address: *mut ISC_UCHAR
Trait Implementations§
Auto Trait Implementations§
impl Freeze for paramdsc
impl RefUnwindSafe for paramdsc
impl !Send for paramdsc
impl !Sync for paramdsc
impl Unpin for paramdsc
impl UnwindSafe for paramdsc
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