Struct windows_sys::Devices::Enumeration::Panel
[−]#[repr(transparent)]pub struct Panel(pub i32);Expand description
Required features: ‘Devices_Enumeration’
Tuple Fields
0: i32Implementations
impl Panel
impl Panel
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more