Struct SPEAKFLAGS
#[repr(transparent)]pub struct SPEAKFLAGS(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for SPEAKFLAGS
impl Clone for SPEAKFLAGS
§fn clone(&self) -> SPEAKFLAGS
fn clone(&self) -> SPEAKFLAGS
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 more§impl Debug for SPEAKFLAGS
impl Debug for SPEAKFLAGS
§impl Default for SPEAKFLAGS
impl Default for SPEAKFLAGS
§fn default() -> SPEAKFLAGS
fn default() -> SPEAKFLAGS
Returns the “default value” for a type. Read more
§impl PartialEq for SPEAKFLAGS
impl PartialEq for SPEAKFLAGS
impl Copy for SPEAKFLAGS
impl Eq for SPEAKFLAGS
impl StructuralPartialEq for SPEAKFLAGS
Auto Trait Implementations§
impl Freeze for SPEAKFLAGS
impl RefUnwindSafe for SPEAKFLAGS
impl Send for SPEAKFLAGS
impl Sync for SPEAKFLAGS
impl Unpin for SPEAKFLAGS
impl UnwindSafe for SPEAKFLAGS
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