#[repr(C)]pub struct SHARE_INFO_1006 {
pub shi1006_max_uses: DWORD,
}
Fields§
§shi1006_max_uses: DWORD
Trait Implementations§
Source§impl Clone for SHARE_INFO_1006
impl Clone for SHARE_INFO_1006
Source§fn clone(&self) -> SHARE_INFO_1006
fn clone(&self) -> SHARE_INFO_1006
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 SHARE_INFO_1006
impl Default for SHARE_INFO_1006
Source§fn default() -> SHARE_INFO_1006
fn default() -> SHARE_INFO_1006
Returns the “default value” for a type. Read more
impl Copy for SHARE_INFO_1006
Auto Trait Implementations§
impl Freeze for SHARE_INFO_1006
impl RefUnwindSafe for SHARE_INFO_1006
impl Send for SHARE_INFO_1006
impl Sync for SHARE_INFO_1006
impl Unpin for SHARE_INFO_1006
impl UnwindSafe for SHARE_INFO_1006
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