#[repr(C)]pub struct disconnect_claim {
pub interface: c_uint,
pub flags: c_uint,
pub driver: [c_char; 256],
}Fields§
§interface: c_uint§flags: c_uint§driver: [c_char; 256]Trait Implementations§
Source§impl Clone for disconnect_claim
impl Clone for disconnect_claim
Source§fn clone(&self) -> disconnect_claim
fn clone(&self) -> disconnect_claim
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for disconnect_claim
Auto Trait Implementations§
impl Freeze for disconnect_claim
impl RefUnwindSafe for disconnect_claim
impl Send for disconnect_claim
impl Sync for disconnect_claim
impl Unpin for disconnect_claim
impl UnwindSafe for disconnect_claim
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