pub struct BitmapSpec {
pub bit_depth: Option<BitDepth>,
pub format: GfxFormat,
pub transparency: Transparency,
}Fields§
§bit_depth: Option<BitDepth>§format: GfxFormat§transparency: TransparencyTrait Implementations§
Source§impl Clone for BitmapSpec
impl Clone for BitmapSpec
Source§fn clone(&self) -> BitmapSpec
fn clone(&self) -> BitmapSpec
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 BitmapSpec
impl Debug for BitmapSpec
impl Copy for BitmapSpec
Auto Trait Implementations§
impl Freeze for BitmapSpec
impl RefUnwindSafe for BitmapSpec
impl Send for BitmapSpec
impl Sync for BitmapSpec
impl Unpin for BitmapSpec
impl UnwindSafe for BitmapSpec
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