Struct gtk::TargetEntry
source · [−]#[repr(C)]pub struct TargetEntry { /* private fields */ }Implementations
sourceimpl TargetEntry
impl TargetEntry
pub fn new(target: &str, flags: TargetFlags, info: u32) -> TargetEntry
pub fn get_target(&self) -> &str
pub fn get_flags(&self) -> TargetFlags
pub fn get_info(&self) -> u32
Trait Implementations
sourceimpl Clone for TargetEntry
impl Clone for TargetEntry
sourcefn clone(&self) -> TargetEntry
fn clone(&self) -> TargetEntry
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for TargetEntry
impl Debug for TargetEntry
sourceimpl StaticType for TargetEntry
impl StaticType for TargetEntry
sourcefn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self.Auto Trait Implementations
impl RefUnwindSafe for TargetEntry
impl Send for TargetEntry
impl Sync for TargetEntry
impl Unpin for TargetEntry
impl UnwindSafe for TargetEntry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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