Struct SERVER_INFO_1540
#[repr(C)]pub struct SERVER_INFO_1540 {
pub sv1540_enablesharednetdrives: BOOL,
}
Fields§
Trait Implementations§
§impl Clone for SERVER_INFO_1540
impl Clone for SERVER_INFO_1540
§fn clone(&self) -> SERVER_INFO_1540
fn clone(&self) -> SERVER_INFO_1540
Returns a copy 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 moreimpl Copy for SERVER_INFO_1540
Auto Trait Implementations§
impl Freeze for SERVER_INFO_1540
impl RefUnwindSafe for SERVER_INFO_1540
impl Send for SERVER_INFO_1540
impl Sync for SERVER_INFO_1540
impl Unpin for SERVER_INFO_1540
impl UnwindSafe for SERVER_INFO_1540
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