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