#[repr(C)]pub struct opal_revert_lsp {
pub key: opal_key,
pub options: __u32,
pub __pad: __u32,
}Fields§
§key: opal_key§options: __u32§__pad: __u32Trait Implementations§
Source§impl Clone for opal_revert_lsp
impl Clone for opal_revert_lsp
Source§fn clone(&self) -> opal_revert_lsp
fn clone(&self) -> opal_revert_lsp
Returns a duplicate 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 moreSource§impl Debug for opal_revert_lsp
impl Debug for opal_revert_lsp
Source§impl Default for opal_revert_lsp
impl Default for opal_revert_lsp
Source§impl PartialEq for opal_revert_lsp
impl PartialEq for opal_revert_lsp
impl Copy for opal_revert_lsp
impl Eq for opal_revert_lsp
impl StructuralPartialEq for opal_revert_lsp
Auto Trait Implementations§
impl Freeze for opal_revert_lsp
impl RefUnwindSafe for opal_revert_lsp
impl Send for opal_revert_lsp
impl Sync for opal_revert_lsp
impl Unpin for opal_revert_lsp
impl UnwindSafe for opal_revert_lsp
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