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