#[repr(usize)]pub enum WindowKindId {
Main = 0,
Design = 1,
Outline = 2,
}
Variants§
Implementations§
Source§impl WindowKindId
impl WindowKindId
pub fn from_usize(d: usize) -> Self
Auto Trait Implementations§
impl Freeze for WindowKindId
impl RefUnwindSafe for WindowKindId
impl Send for WindowKindId
impl Sync for WindowKindId
impl Unpin for WindowKindId
impl UnwindSafe for WindowKindId
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