Struct libvnc_sys::rfb::rfbVNCRec
source · #[repr(C)]pub struct rfbVNCRec {
pub file: *mut FILE,
pub tv: timeval,
pub readTimestamp: rfbBool,
pub doNotSleep: rfbBool,
}Expand description
vncrec
Fields§
§file: *mut FILE§tv: timeval§readTimestamp: rfbBool§doNotSleep: rfbBoolTrait Implementations§
Auto Trait Implementations§
impl Freeze for rfbVNCRec
impl RefUnwindSafe for rfbVNCRec
impl !Send for rfbVNCRec
impl !Sync for rfbVNCRec
impl Unpin for rfbVNCRec
impl UnwindSafe for rfbVNCRec
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