Struct libvnc_sys::rfb::_rfbSecurity
source · #[repr(C)]pub struct _rfbSecurity {
pub type_: u8,
pub handler: Option<unsafe extern "C" fn(cl: *mut _rfbClientRec)>,
pub next: *mut _rfbSecurity,
}Expand description
Security handling (RFB protocol version 3.7)
Fields§
§type_: u8§handler: Option<unsafe extern "C" fn(cl: *mut _rfbClientRec)>§next: *mut _rfbSecurityTrait Implementations§
source§impl Clone for _rfbSecurity
impl Clone for _rfbSecurity
source§fn clone(&self) -> _rfbSecurity
fn clone(&self) -> _rfbSecurity
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for _rfbSecurity
impl Debug for _rfbSecurity
impl Copy for _rfbSecurity
Auto Trait Implementations§
impl Freeze for _rfbSecurity
impl RefUnwindSafe for _rfbSecurity
impl !Send for _rfbSecurity
impl !Sync for _rfbSecurity
impl Unpin for _rfbSecurity
impl UnwindSafe for _rfbSecurity
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