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