#[repr(C)]pub struct Property {
pub name: *const i8,
pub info: *mut PropertyInfo,
pub offset: isize,
pub bitnr: u8,
pub qtype: u32,
pub defval: i64,
pub arrayoffset: i32,
pub arrayinfo: *mut PropertyInfo,
pub arrayfieldsize: i32,
}Fields§
§name: *const i8§info: *mut PropertyInfo§offset: isize§bitnr: u8§qtype: u32§defval: i64§arrayoffset: i32§arrayinfo: *mut PropertyInfo§arrayfieldsize: i32Trait 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