Struct browser_window::prelude::cbw_ApplicationSettings [−]
#[repr(C)]pub struct cbw_ApplicationSettings {
pub resource_dir: cbw_CStrSlice,
}
Fields
resource_dir: cbw_CStrSlice
Trait Implementations
impl Clone for cbw_ApplicationSettings
impl Clone for cbw_ApplicationSettings
pub fn clone(&self) -> cbw_ApplicationSettings
pub fn clone(&self) -> cbw_ApplicationSettings
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for cbw_ApplicationSettings
impl Debug for cbw_ApplicationSettings
impl Copy for cbw_ApplicationSettings
Auto Trait Implementations
impl RefUnwindSafe for cbw_ApplicationSettings
impl !Send for cbw_ApplicationSettings
impl !Sync for cbw_ApplicationSettings
impl Unpin for cbw_ApplicationSettings
impl UnwindSafe for cbw_ApplicationSettings
Blanket Implementations
Mutably borrows from an owned value. Read more