#[repr(C)]pub struct _STORAGE_PROPERTY_SET {
pub PropertyId: STORAGE_PROPERTY_ID,
pub SetType: STORAGE_SET_TYPE,
pub AdditionalParameters: [BYTE; 1],
}Fields§
§PropertyId: STORAGE_PROPERTY_ID§SetType: STORAGE_SET_TYPE§AdditionalParameters: [BYTE; 1]Trait Implementations§
Source§impl Clone for _STORAGE_PROPERTY_SET
impl Clone for _STORAGE_PROPERTY_SET
Source§fn clone(&self) -> _STORAGE_PROPERTY_SET
fn clone(&self) -> _STORAGE_PROPERTY_SET
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 _STORAGE_PROPERTY_SET
impl Debug for _STORAGE_PROPERTY_SET
impl Copy for _STORAGE_PROPERTY_SET
Auto Trait Implementations§
impl Freeze for _STORAGE_PROPERTY_SET
impl RefUnwindSafe for _STORAGE_PROPERTY_SET
impl Send for _STORAGE_PROPERTY_SET
impl Sync for _STORAGE_PROPERTY_SET
impl Unpin for _STORAGE_PROPERTY_SET
impl UnwindSafe for _STORAGE_PROPERTY_SET
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