#[repr(C)]pub struct BITS_FILE_PROPERTY_VALUE(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for BITS_FILE_PROPERTY_VALUE
impl Clone for BITS_FILE_PROPERTY_VALUE
Source§fn clone(&self) -> BITS_FILE_PROPERTY_VALUE
fn clone(&self) -> BITS_FILE_PROPERTY_VALUE
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 Default for BITS_FILE_PROPERTY_VALUE
impl Default for BITS_FILE_PROPERTY_VALUE
Source§fn default() -> BITS_FILE_PROPERTY_VALUE
fn default() -> BITS_FILE_PROPERTY_VALUE
Returns the “default value” for a type. Read more
impl Copy for BITS_FILE_PROPERTY_VALUE
Auto Trait Implementations§
impl Freeze for BITS_FILE_PROPERTY_VALUE
impl RefUnwindSafe for BITS_FILE_PROPERTY_VALUE
impl Send for BITS_FILE_PROPERTY_VALUE
impl Sync for BITS_FILE_PROPERTY_VALUE
impl Unpin for BITS_FILE_PROPERTY_VALUE
impl UnwindSafe for BITS_FILE_PROPERTY_VALUE
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