#[repr(C)]pub struct _NVCTRLAttributePermissions {
pub type_: c_int,
pub permissions: c_uint,
}Fields§
§type_: c_int§permissions: c_uintTrait Implementations§
Source§impl Clone for _NVCTRLAttributePermissions
impl Clone for _NVCTRLAttributePermissions
Source§fn clone(&self) -> _NVCTRLAttributePermissions
fn clone(&self) -> _NVCTRLAttributePermissions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _NVCTRLAttributePermissions
Auto Trait Implementations§
impl Freeze for _NVCTRLAttributePermissions
impl RefUnwindSafe for _NVCTRLAttributePermissions
impl Send for _NVCTRLAttributePermissions
impl Sync for _NVCTRLAttributePermissions
impl Unpin for _NVCTRLAttributePermissions
impl UnsafeUnpin for _NVCTRLAttributePermissions
impl UnwindSafe for _NVCTRLAttributePermissions
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