Struct windows_sys::Win32::Graphics::Direct3D9::D3DCLIPSTATUS9
[−]Expand description
Required features: ‘Win32_Graphics_Direct3D9’
Fields
ClipUnion: u32
ClipIntersection: u32
Trait Implementations
impl Clone for D3DCLIPSTATUS9
impl Clone for D3DCLIPSTATUS9
impl Copy for D3DCLIPSTATUS9
Auto Trait Implementations
impl RefUnwindSafe for D3DCLIPSTATUS9
impl Send for D3DCLIPSTATUS9
impl Sync for D3DCLIPSTATUS9
impl Unpin for D3DCLIPSTATUS9
impl UnwindSafe for D3DCLIPSTATUS9
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