Struct windows_sys::Devices::Enumeration::Panel
[−]#[repr(transparent)]pub struct Panel(pub i32);
Expand description
Required features: "Devices_Enumeration"
Tuple Fields
0: i32
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Panel
impl Send for Panel
impl Sync for Panel
impl Unpin for Panel
impl UnwindSafe for Panel
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