#[repr(C)]pub struct KEY_VALUE_LAYER_INFORMATION {
pub _bitfield: u32,
}
Fields§
§_bitfield: u32
Trait Implementations§
§impl Clone for KEY_VALUE_LAYER_INFORMATION
impl Clone for KEY_VALUE_LAYER_INFORMATION
impl Copy for KEY_VALUE_LAYER_INFORMATION
Auto Trait Implementations§
impl RefUnwindSafe for KEY_VALUE_LAYER_INFORMATION
impl Send for KEY_VALUE_LAYER_INFORMATION
impl Sync for KEY_VALUE_LAYER_INFORMATION
impl Unpin for KEY_VALUE_LAYER_INFORMATION
impl UnwindSafe for KEY_VALUE_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