#[repr(C)]pub struct s_xpparam {
pub flags: c_ulong,
}Fields§
§flags: c_ulongTrait Implementations§
Auto Trait Implementations§
impl Freeze for s_xpparam
impl RefUnwindSafe for s_xpparam
impl Send for s_xpparam
impl Sync for s_xpparam
impl Unpin for s_xpparam
impl UnwindSafe for s_xpparam
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