#[repr(C)]pub struct ws_mempbrk_pattern {
pub patt: [gchar; 256],
}Fields§
§patt: [gchar; 256]Trait Implementations§
Source§impl Clone for ws_mempbrk_pattern
impl Clone for ws_mempbrk_pattern
Source§fn clone(&self) -> ws_mempbrk_pattern
fn clone(&self) -> ws_mempbrk_pattern
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 ws_mempbrk_pattern
impl Debug for ws_mempbrk_pattern
impl Copy for ws_mempbrk_pattern
Auto Trait Implementations§
impl Freeze for ws_mempbrk_pattern
impl RefUnwindSafe for ws_mempbrk_pattern
impl Send for ws_mempbrk_pattern
impl Sync for ws_mempbrk_pattern
impl Unpin for ws_mempbrk_pattern
impl UnwindSafe for ws_mempbrk_pattern
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