Struct windows_sys::Win32::AI::MachineLearning::DirectML::DML_SIZE_2D
[−]Expand description
Required features: "Win32_AI_MachineLearning_DirectML"
Fields
Width: u32
Height: u32
Trait Implementations
impl Clone for DML_SIZE_2D
impl Clone for DML_SIZE_2D
impl Copy for DML_SIZE_2D
Auto Trait Implementations
impl RefUnwindSafe for DML_SIZE_2D
impl Send for DML_SIZE_2D
impl Sync for DML_SIZE_2D
impl Unpin for DML_SIZE_2D
impl UnwindSafe for DML_SIZE_2D
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