pub struct BitmapDrawingFlags { /* private fields */ }Implementations§
Trait Implementations§
Source§impl BitAnd for BitmapDrawingFlags
impl BitAnd for BitmapDrawingFlags
Source§impl BitOr for BitmapDrawingFlags
impl BitOr for BitmapDrawingFlags
Source§type Output = BitmapDrawingFlags
type Output = BitmapDrawingFlags
The resulting type after applying the
| operator.Source§fn bitor(self, e: BitmapDrawingFlags) -> BitmapDrawingFlags
fn bitor(self, e: BitmapDrawingFlags) -> BitmapDrawingFlags
Performs the
| operation. Read moreSource§impl Clone for BitmapDrawingFlags
impl Clone for BitmapDrawingFlags
Source§fn clone(&self) -> BitmapDrawingFlags
fn clone(&self) -> BitmapDrawingFlags
Returns a duplicate 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 BitmapDrawingFlags
impl Debug for BitmapDrawingFlags
Source§impl Flag for BitmapDrawingFlags
impl Flag for BitmapDrawingFlags
fn zero() -> BitmapDrawingFlags
impl Copy for BitmapDrawingFlags
Auto Trait Implementations§
impl Freeze for BitmapDrawingFlags
impl RefUnwindSafe for BitmapDrawingFlags
impl Send for BitmapDrawingFlags
impl Sync for BitmapDrawingFlags
impl Unpin for BitmapDrawingFlags
impl UnwindSafe for BitmapDrawingFlags
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