Struct windows_sys::UI::StartScreen::TileSize
[−]#[repr(transparent)]pub struct TileSize(pub i32);
Expand description
Required features: "UI_StartScreen"
Tuple Fields
0: i32
Implementations
impl TileSize
impl TileSize
pub const Default: Self = Self(0i32)
pub const Square30x30: Self = Self(1i32)
pub const Square70x70: Self = Self(2i32)
pub const Square150x150: Self = Self(3i32)
pub const Wide310x150: Self = Self(4i32)
pub const Square310x310: Self = Self(5i32)
pub const Square71x71: Self = Self(6i32)
pub const Square44x44: Self = Self(7i32)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TileSize
impl Send for TileSize
impl Sync for TileSize
impl Unpin for TileSize
impl UnwindSafe for TileSize
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more