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