#[repr(C)]pub struct pdf_layer_config_ui {
pub text: *const c_char,
pub depth: c_int,
pub type_: pdf_layer_config_ui_type,
pub selected: c_int,
pub locked: c_int,
}Fields§
§text: *const c_char§depth: c_int§type_: pdf_layer_config_ui_type§selected: c_int§locked: c_intTrait Implementations§
Source§impl Clone for pdf_layer_config_ui
impl Clone for pdf_layer_config_ui
Source§fn clone(&self) -> pdf_layer_config_ui
fn clone(&self) -> pdf_layer_config_ui
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 pdf_layer_config_ui
impl Debug for pdf_layer_config_ui
impl Copy for pdf_layer_config_ui
Auto Trait Implementations§
impl Freeze for pdf_layer_config_ui
impl RefUnwindSafe for pdf_layer_config_ui
impl !Send for pdf_layer_config_ui
impl !Sync for pdf_layer_config_ui
impl Unpin for pdf_layer_config_ui
impl UnwindSafe for pdf_layer_config_ui
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