Struct libvnc_sys::rfb::jpeg_source_mgr
source · #[repr(C)]pub struct jpeg_source_mgr {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
source§impl Clone for jpeg_source_mgr
impl Clone for jpeg_source_mgr
source§fn clone(&self) -> jpeg_source_mgr
fn clone(&self) -> jpeg_source_mgr
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 jpeg_source_mgr
impl Debug for jpeg_source_mgr
impl Copy for jpeg_source_mgr
Auto Trait Implementations§
impl Freeze for jpeg_source_mgr
impl RefUnwindSafe for jpeg_source_mgr
impl Send for jpeg_source_mgr
impl Sync for jpeg_source_mgr
impl Unpin for jpeg_source_mgr
impl UnwindSafe for jpeg_source_mgr
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