#[repr(C)]pub struct libvlc_event_t {
pub _type: c_int,
pub p_obj: *mut c_void,
pub u: u,
}
Fields§
§_type: c_int
§p_obj: *mut c_void
§u: u
Trait Implementations§
Source§impl Clone for libvlc_event_t
impl Clone for libvlc_event_t
Source§fn clone(&self) -> libvlc_event_t
fn clone(&self) -> libvlc_event_t
Returns a duplicate 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 moreimpl Copy for libvlc_event_t
Auto Trait Implementations§
impl Freeze for libvlc_event_t
impl RefUnwindSafe for libvlc_event_t
impl !Send for libvlc_event_t
impl !Sync for libvlc_event_t
impl Unpin for libvlc_event_t
impl UnwindSafe for libvlc_event_t
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