pub enum TargetGround {
Foreground,
Background,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TargetGround
impl Clone for TargetGround
Source§fn clone(&self) -> TargetGround
fn clone(&self) -> TargetGround
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 moreSource§impl Debug for TargetGround
impl Debug for TargetGround
Source§impl PartialEq for TargetGround
impl PartialEq for TargetGround
impl Copy for TargetGround
impl Eq for TargetGround
impl StructuralPartialEq for TargetGround
Auto Trait Implementations§
impl Freeze for TargetGround
impl RefUnwindSafe for TargetGround
impl Send for TargetGround
impl Sync for TargetGround
impl Unpin for TargetGround
impl UnwindSafe for TargetGround
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
Foreground
: 0 bytesBackground
: 0 bytes