#[repr(transparent)]pub struct AVAppToDevMessageType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl AVAppToDevMessageType
impl AVAppToDevMessageType
pub const NONE: AVAppToDevMessageType
pub const WINDOW_SIZE: AVAppToDevMessageType
pub const WINDOW_REPAINT: AVAppToDevMessageType
pub const PAUSE: AVAppToDevMessageType
pub const PLAY: AVAppToDevMessageType
pub const TOGGLE_PAUSE: AVAppToDevMessageType
pub const SET_VOLUME: AVAppToDevMessageType
pub const MUTE: AVAppToDevMessageType
pub const UNMUTE: AVAppToDevMessageType
pub const TOGGLE_MUTE: AVAppToDevMessageType
pub const GET_VOLUME: AVAppToDevMessageType
pub const GET_MUTE: AVAppToDevMessageType
Trait Implementations§
Source§impl Clone for AVAppToDevMessageType
impl Clone for AVAppToDevMessageType
Source§fn clone(&self) -> AVAppToDevMessageType
fn clone(&self) -> AVAppToDevMessageType
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 AVAppToDevMessageType
Source§impl Debug for AVAppToDevMessageType
impl Debug for AVAppToDevMessageType
impl Eq for AVAppToDevMessageType
Source§impl Hash for AVAppToDevMessageType
impl Hash for AVAppToDevMessageType
Source§impl PartialEq for AVAppToDevMessageType
impl PartialEq for AVAppToDevMessageType
impl StructuralPartialEq for AVAppToDevMessageType
Auto Trait Implementations§
impl Freeze for AVAppToDevMessageType
impl RefUnwindSafe for AVAppToDevMessageType
impl Send for AVAppToDevMessageType
impl Sync for AVAppToDevMessageType
impl Unpin for AVAppToDevMessageType
impl UnsafeUnpin for AVAppToDevMessageType
impl UnwindSafe for AVAppToDevMessageType
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