#[repr(C)]pub struct LSA_FOREST_TRUST_RECORD_FORESTTRUSTDATA(/* private fields */);
Implementations§
Source§impl LSA_FOREST_TRUST_RECORD_FORESTTRUSTDATA
impl LSA_FOREST_TRUST_RECORD_FORESTTRUSTDATA
pub unsafe fn TopLevelName(&self) -> &LSA_UNICODE_STRING
pub unsafe fn TopLevelName_mut(&mut self) -> &mut LSA_UNICODE_STRING
pub unsafe fn DomainInfo(&self) -> &LSA_FOREST_TRUST_DOMAIN_INFO
pub unsafe fn DomainInfo_mut(&mut self) -> &mut LSA_FOREST_TRUST_DOMAIN_INFO
pub unsafe fn Data(&self) -> &LSA_FOREST_TRUST_BINARY_DATA
pub unsafe fn Data_mut(&mut self) -> &mut LSA_FOREST_TRUST_BINARY_DATA
Trait Implementations§
Source§impl Clone for LSA_FOREST_TRUST_RECORD_FORESTTRUSTDATA
impl Clone for LSA_FOREST_TRUST_RECORD_FORESTTRUSTDATA
Source§fn clone(&self) -> LSA_FOREST_TRUST_RECORD_FORESTTRUSTDATA
fn clone(&self) -> LSA_FOREST_TRUST_RECORD_FORESTTRUSTDATA
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 moreSource§impl Default for LSA_FOREST_TRUST_RECORD_FORESTTRUSTDATA
impl Default for LSA_FOREST_TRUST_RECORD_FORESTTRUSTDATA
Source§fn default() -> LSA_FOREST_TRUST_RECORD_FORESTTRUSTDATA
fn default() -> LSA_FOREST_TRUST_RECORD_FORESTTRUSTDATA
Returns the “default value” for a type. Read more
impl Copy for LSA_FOREST_TRUST_RECORD_FORESTTRUSTDATA
Auto Trait Implementations§
impl Freeze for LSA_FOREST_TRUST_RECORD_FORESTTRUSTDATA
impl RefUnwindSafe for LSA_FOREST_TRUST_RECORD_FORESTTRUSTDATA
impl Send for LSA_FOREST_TRUST_RECORD_FORESTTRUSTDATA
impl Sync for LSA_FOREST_TRUST_RECORD_FORESTTRUSTDATA
impl Unpin for LSA_FOREST_TRUST_RECORD_FORESTTRUSTDATA
impl UnwindSafe for LSA_FOREST_TRUST_RECORD_FORESTTRUSTDATA
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