pub struct DataSec { /* private fields */ }
Expand description
Represents a DataSec
type.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataSec
impl RefUnwindSafe for DataSec
impl Send for DataSec
impl Sync for DataSec
impl Unpin for DataSec
impl UnwindSafe for DataSec
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