#[repr(C)]pub struct Property {
pub name: *const c_char,
pub info: *mut PropertyInfo,
pub offset: isize,
pub bitnr: u8,
pub qtype: QType,
pub defval: i64,
pub arrayoffset: c_int,
pub arrayinfo: *mut PropertyInfo,
pub arrayfieldsize: c_int,
}Fields§
§name: *const c_char§info: *mut PropertyInfo§offset: isize§bitnr: u8§qtype: QType§defval: i64§arrayoffset: c_int§arrayinfo: *mut PropertyInfo§arrayfieldsize: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for Property
impl RefUnwindSafe for Property
impl !Send for Property
impl !Sync for Property
impl Unpin for Property
impl UnwindSafe for Property
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