#[repr(transparent)]pub struct LineDisplayDescriptorState(pub i32);
Expand description
Required features: "Devices_PointOfService"
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Clone for LineDisplayDescriptorState
impl Clone for LineDisplayDescriptorState
impl Copy for LineDisplayDescriptorState
Auto Trait Implementations
impl RefUnwindSafe for LineDisplayDescriptorState
impl Send for LineDisplayDescriptorState
impl Sync for LineDisplayDescriptorState
impl Unpin for LineDisplayDescriptorState
impl UnwindSafe for LineDisplayDescriptorState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more