#[repr(transparent)]pub struct CM_SET_WIDTH_VALUE(pub i32);Tuple Fields§
§0: i32Auto Trait Implementations§
impl Freeze for CM_SET_WIDTH_VALUE
impl RefUnwindSafe for CM_SET_WIDTH_VALUE
impl Send for CM_SET_WIDTH_VALUE
impl Sync for CM_SET_WIDTH_VALUE
impl Unpin for CM_SET_WIDTH_VALUE
impl UnsafeUnpin for CM_SET_WIDTH_VALUE
impl UnwindSafe for CM_SET_WIDTH_VALUE
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