Struct windows_sys::Storage::FileProperties::ThumbnailType
[−]#[repr(transparent)]pub struct ThumbnailType(pub i32);
Expand description
Required features: ‘Storage_FileProperties’
Tuple Fields
0: i32
Implementations
impl ThumbnailType
impl ThumbnailType
Trait Implementations
impl Clone for ThumbnailType
impl Clone for ThumbnailType
impl Copy for ThumbnailType
Auto Trait Implementations
impl RefUnwindSafe for ThumbnailType
impl Send for ThumbnailType
impl Sync for ThumbnailType
impl Unpin for ThumbnailType
impl UnwindSafe for ThumbnailType
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