pub struct Transient(/* private fields */);
Expand description
details of transient behaviour
These flags specify details of the expected behaviour of transient surfaces. Used in the set_transient request.
Implementations§
Trait Implementations§
Source§impl BitOrAssign for Transient
impl BitOrAssign for Transient
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreimpl Copy for Transient
impl Eq for Transient
impl StructuralPartialEq for Transient
Auto Trait Implementations§
impl Freeze for Transient
impl RefUnwindSafe for Transient
impl Send for Transient
impl Sync for Transient
impl Unpin for Transient
impl UnwindSafe for Transient
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