#[repr(C)]pub struct ViSurfaceCreateInfoNN {
pub sType: StructureType,
pub pNext: *const c_void,
pub flags: ViSurfaceCreateFlagsNN,
pub window: *const c_void,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§flags: ViSurfaceCreateFlagsNN
§window: *const c_void
Auto Trait Implementations§
impl Freeze for ViSurfaceCreateInfoNN
impl RefUnwindSafe for ViSurfaceCreateInfoNN
impl !Send for ViSurfaceCreateInfoNN
impl !Sync for ViSurfaceCreateInfoNN
impl Unpin for ViSurfaceCreateInfoNN
impl UnwindSafe for ViSurfaceCreateInfoNN
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more