pub struct NvAttributes {Show 21 fields
pub ppread: bool,
pub ppwrite: bool,
pub owner_read: bool,
pub owner_write: bool,
pub auth_read: bool,
pub auth_write: bool,
pub policy_read: bool,
pub policy_write: bool,
pub policy_delete: bool,
pub read_locked: bool,
pub write_locked: bool,
pub written: bool,
pub write_all: bool,
pub write_define: bool,
pub read_stclear: bool,
pub write_stclear: bool,
pub clear_stclear: bool,
pub global_lock: bool,
pub no_da: bool,
pub orderly: bool,
pub platform_create: bool,
}Fields§
§ppread: bool§ppwrite: bool§owner_read: bool§owner_write: bool§auth_read: bool§auth_write: bool§policy_read: bool§policy_write: bool§policy_delete: bool§read_locked: bool§write_locked: bool§written: bool§write_all: bool§write_define: bool§read_stclear: bool§write_stclear: bool§clear_stclear: bool§global_lock: bool§no_da: bool§orderly: bool§platform_create: boolTrait Implementations§
Source§impl Clone for NvAttributes
impl Clone for NvAttributes
Source§fn clone(&self) -> NvAttributes
fn clone(&self) -> NvAttributes
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NvAttributes
impl Debug for NvAttributes
Source§impl Default for NvAttributes
impl Default for NvAttributes
Source§fn default() -> NvAttributes
fn default() -> NvAttributes
Returns the “default value” for a type. Read more
Source§impl PartialEq for NvAttributes
impl PartialEq for NvAttributes
impl Eq for NvAttributes
impl StructuralPartialEq for NvAttributes
Auto Trait Implementations§
impl Freeze for NvAttributes
impl RefUnwindSafe for NvAttributes
impl Send for NvAttributes
impl Sync for NvAttributes
impl Unpin for NvAttributes
impl UnwindSafe for NvAttributes
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