Struct windows_native::ntregapi::KEY_SET_LAYER_INFORMATION
source ยท #[repr(C)]#[repr(align(4))]pub struct KEY_SET_LAYER_INFORMATION { /* private fields */ }Implementationsยง
sourceยงimpl KEY_SET_LAYER_INFORMATION
impl KEY_SET_LAYER_INFORMATION
pub fn IsTombstone(&self) -> u32
pub fn set_IsTombstone(&mut self, val: u32)
pub fn IsSupersedeLocal(&self) -> u32
pub fn set_IsSupersedeLocal(&mut self, val: u32)
pub fn IsSupersedeTree(&self) -> u32
pub fn set_IsSupersedeTree(&mut self, val: u32)
pub fn ClassIsInherited(&self) -> u32
pub fn set_ClassIsInherited(&mut self, val: u32)
pub fn Reserved(&self) -> u32
pub fn set_Reserved(&mut self, val: u32)
pub fn new_bitfield_1( IsTombstone: u32, IsSupersedeLocal: u32, IsSupersedeTree: u32, ClassIsInherited: u32, Reserved: u32 ) -> BitfieldUnit<[u8; 4]>
Trait Implementationsยง
sourceยงimpl Debug for KEY_SET_LAYER_INFORMATION
impl Debug for KEY_SET_LAYER_INFORMATION
Auto Trait Implementationsยง
impl RefUnwindSafe for KEY_SET_LAYER_INFORMATION
impl Send for KEY_SET_LAYER_INFORMATION
impl Sync for KEY_SET_LAYER_INFORMATION
impl Unpin for KEY_SET_LAYER_INFORMATION
impl UnwindSafe for KEY_SET_LAYER_INFORMATION
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