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