#[repr(C)]pub struct watchData {
pub ListOfWatchItems: *mut WatchItemRecord,
}Fields§
§ListOfWatchItems: *mut WatchItemRecordTrait Implementations§
impl Copy for watchData
Auto Trait Implementations§
impl Freeze for watchData
impl RefUnwindSafe for watchData
impl !Send for watchData
impl !Sync for watchData
impl Unpin for watchData
impl UnwindSafe for watchData
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