pub struct UserToggleBlockNonFriendDms {
pub value: i32,
}Expand description
#99: OSU_USER_TOGGLE_BLOCK_NON_FRIEND_DMS
Fields§
§value: i32Implementations§
Trait Implementations§
source§impl Clone for UserToggleBlockNonFriendDms
impl Clone for UserToggleBlockNonFriendDms
source§fn clone(&self) -> UserToggleBlockNonFriendDms
fn clone(&self) -> UserToggleBlockNonFriendDms
Returns a copy 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 more