Struct libvnc_sys::rfb::sraRegion
source · #[repr(C)]pub struct sraRegion { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for sraRegion
impl RefUnwindSafe for sraRegion
impl Send for sraRegion
impl Sync for sraRegion
impl Unpin for sraRegion
impl UnwindSafe for sraRegion
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