#[repr(transparent)]pub struct AVDevToAppMessageType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl AVDevToAppMessageType
impl AVDevToAppMessageType
pub const NONE: AVDevToAppMessageType
pub const CREATE_WINDOW_BUFFER: AVDevToAppMessageType
pub const PREPARE_WINDOW_BUFFER: AVDevToAppMessageType
pub const DISPLAY_WINDOW_BUFFER: AVDevToAppMessageType
pub const DESTROY_WINDOW_BUFFER: AVDevToAppMessageType
pub const BUFFER_OVERFLOW: AVDevToAppMessageType
pub const BUFFER_UNDERFLOW: AVDevToAppMessageType
pub const BUFFER_READABLE: AVDevToAppMessageType
pub const BUFFER_WRITABLE: AVDevToAppMessageType
pub const MUTE_STATE_CHANGED: AVDevToAppMessageType
pub const VOLUME_LEVEL_CHANGED: AVDevToAppMessageType
Trait Implementations§
Source§impl Clone for AVDevToAppMessageType
impl Clone for AVDevToAppMessageType
Source§fn clone(&self) -> AVDevToAppMessageType
fn clone(&self) -> AVDevToAppMessageType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AVDevToAppMessageType
Source§impl Debug for AVDevToAppMessageType
impl Debug for AVDevToAppMessageType
impl Eq for AVDevToAppMessageType
Source§impl Hash for AVDevToAppMessageType
impl Hash for AVDevToAppMessageType
Source§impl PartialEq for AVDevToAppMessageType
impl PartialEq for AVDevToAppMessageType
impl StructuralPartialEq for AVDevToAppMessageType
Auto Trait Implementations§
impl Freeze for AVDevToAppMessageType
impl RefUnwindSafe for AVDevToAppMessageType
impl Send for AVDevToAppMessageType
impl Sync for AVDevToAppMessageType
impl Unpin for AVDevToAppMessageType
impl UnsafeUnpin for AVDevToAppMessageType
impl UnwindSafe for AVDevToAppMessageType
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