pub struct ADSTARTR { /* private fields */ }
Expand description
Value of the field
Implementations§
Auto Trait Implementations§
impl Freeze for ADSTARTR
impl RefUnwindSafe for ADSTARTR
impl Send for ADSTARTR
impl Sync for ADSTARTR
impl Unpin for ADSTARTR
impl UnwindSafe for ADSTARTR
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