pub struct Bitmap {
pub bitmap_id: u16,
pub matrix: Matrix,
pub repeating: bool,
pub smoothed: bool,
}
Fields§
§bitmap_id: u16
§matrix: Matrix
§repeating: bool
§smoothed: bool
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Bitmap
impl<'de> Deserialize<'de> for Bitmap
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for Bitmap
impl Ord for Bitmap
Source§impl PartialOrd for Bitmap
impl PartialOrd for Bitmap
impl Copy for Bitmap
impl Eq for Bitmap
impl StructuralPartialEq for Bitmap
Auto Trait Implementations§
impl Freeze for Bitmap
impl RefUnwindSafe for Bitmap
impl Send for Bitmap
impl Sync for Bitmap
impl Unpin for Bitmap
impl UnwindSafe for Bitmap
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