pub struct WindowsAttributes { /* private fields */ }
Expand description
Attributes used on Windows.
Implementations§
Trait Implementations§
Source§impl Debug for WindowsAttributes
impl Debug for WindowsAttributes
Auto Trait Implementations§
impl Freeze for WindowsAttributes
impl RefUnwindSafe for WindowsAttributes
impl Send for WindowsAttributes
impl Sync for WindowsAttributes
impl Unpin for WindowsAttributes
impl UnwindSafe for WindowsAttributes
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