pub struct AlertFlags(/* private fields */);Expand description
Runtime alert flag bitset shared by window queue state and winlink-visible state.
Implementations§
Source§impl AlertFlags
impl AlertFlags
Trait Implementations§
Source§impl Clone for AlertFlags
impl Clone for AlertFlags
Source§fn clone(&self) -> AlertFlags
fn clone(&self) -> AlertFlags
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 AlertFlags
Source§impl Debug for AlertFlags
impl Debug for AlertFlags
Source§impl Default for AlertFlags
impl Default for AlertFlags
Source§fn default() -> AlertFlags
fn default() -> AlertFlags
Returns the “default value” for a type. Read more
impl Eq for AlertFlags
Source§impl PartialEq for AlertFlags
impl PartialEq for AlertFlags
impl StructuralPartialEq for AlertFlags
Auto Trait Implementations§
impl Freeze for AlertFlags
impl RefUnwindSafe for AlertFlags
impl Send for AlertFlags
impl Sync for AlertFlags
impl Unpin for AlertFlags
impl UnsafeUnpin for AlertFlags
impl UnwindSafe for AlertFlags
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